crispedge.com

Color picker

Loading...

#b1f695 hex color - Green - Cool color - Information

#b1f695 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #b1f695 Color code in RGB color code model is created after adding 69.41% red color, 96.47% green color and 58.43% blue color. Hex #b1f695 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 39% yellow and 4% black.

Hex #b1f695 color code is between #aaee99 web safe hex color code and #bbff88 web safe hex color code. #aaee99 is the nearest web safe color code. You can see here many more shades of #b1f695 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeb1f695#b1f695
RGB Decimal177, 246, 149rgb(177, 246, 149)
RGB Percent69%, 96%, 58%rgb(69%, 96%, 58%)
CSS RGBa177, 246, 149,1rgba(177,246,149,1)
CMYK Modelcmyk(28%,0%,39%,4%)
HSL Color Space103,84% ,77%hsl(103,84% ,77%)
HSV Color Space103°, 39%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100011111011010010101
Octal261366225
Decimal177246149
Hexb1f695

Different shades of #b1f695 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #b1f695
#d4fac4
Dark Shade of #b1f695
#8ef266
Saturated Shade of #b1f695
#affc8f
Desaturated Shade of #b1f695
#b3f09b
Grey scale Shade of #b1f695
#c5c5c5
Brighten Shade
#caffae
Most Readable Shade
#000000

Shades of #b1f695 color code

Generate more color scales with scales (color stack) generator.

#b1f695
#9dda84
#89bf73
#76a463
#628852
#4e6d42
#3b5231
#273621
#131b10
#000000

Similar Color like #b1f695 color

Find visually similar hex color codes nearing to #b1f695 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b2f796
#b3f897
#b4f998
#b5fa99
#b6fb9a
#b7fc9b
#b8fd9c
#b9fe9d
#baff9e
#bbff9f
#bcffa0
#bdffa1
#beffa2
#bfffa3
#b0f594
#aff493
#aef392
#adf291
#acf190
#abf08f
#aaef8e
#a9ee8d
#a8ed8c
#a7ec8b
#a6eb8a
#a5ea89
#a4e988
#a3e887

Monochromatic Color with #b1f695

#b1f695
#182114
#374c2e
#557648
#74a162
#92cb7b

Tints of #b1f695 Color

#b1f695
#b9f7a0
#c2f8ac
#cbf9b8
#d3fac4
#dcfbcf
#e5fcdb
#edfde7
#f6fef3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b1f695
#da95f6

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b1f695
#aa95f6
#f695e1

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#d8f695
#c4f695
#b1f695
#9ef695
#95f6a0

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b1f695
#95b1f6
#f695b1

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b1f695
#95e1f6
#da95f6
#f6a995

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b1f695
#da95f6
#f695e1
#95f6aa

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #b1f695 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b1f695 Color Code Preview on Black Background Color

This is how #b1f695 Color will look on black background color. Color contrast ratio is 16.49

#b1f695 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b1f695">Your Example Paragraph content text in with font color #b1f695 </p>

Your Example Paragraph content text in with font color #b1f695

HTML with inline CSS

<div style="color:#b1f695">Your Paragraph text in with font color #b1f695 </div>

Your Example Paragraph content text in with font color #b1f695

#b1f695 color code is use for CSS Background Color

Background color for the above div is #b1f695

HTML with inline CSS

<div style="background-color:#b1f695;"></div>

#b1f695 color code is use for CSS Border Color

CSS Border color for the above div is #b1f695

HTML with inline CSS

<div style="border:5px solid #b1f695;"></div>

CSS Border Left color for the above div is #b1f695

HTML with inline CSS

<div style="border-left:5px solid #b1f695;"></div>

CSS Border Right color for the above div is #b1f695

HTML with inline CSS

<div style="border-right:5px solid #b1f695;"></div>

CSS Border Bottom color for the above div is #b1f695

HTML with inline CSS

<div style="border-bottom:5px solid #b1f695;"></div>

CSS Border Top color for the above div is #b1f695

HTML with inline CSS

<div style="border-top:5px solid #b1f695;"></div>

#b1f695 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b1f695; } .examplecolorclass {color:#b1f695; } .examplebordercolor {border:3px solid #b1f695; }

#b1f695 Color code Preview on White Background

This is how #b1f695 Color code will look on white background color. Color contrast ratio is 1.27

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b1f695; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b1f695; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(177,246,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,149,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,246,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.