crispedge.com

Color picker

Loading...

#b2df67 hex color - Green - Warm color - Information

#b2df67 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #b2df67 Color code in RGB color code model is created after adding 69.8% red color, 87.45% green color and 40.39% blue color. Hex #b2df67 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 54% yellow and 13% black.

Hex #b2df67 color code is between #aadd66 web safe hex color code and #bbee77 web safe hex color code. #aadd66 is the nearest web safe color code. You can see here many more shades of #b2df67 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeb2df67#b2df67
RGB Decimal178, 223, 103rgb(178, 223, 103)
RGB Percent70%, 87%, 40%rgb(70%, 87%, 40%)
CSS RGBa178, 223, 103,1rgba(178,223,103,1)
CMYK Modelcmyk(20%,0%,54%,13%)
HSL Color Space83,65% ,64%hsl(83,65% ,64%)
HSV Color Space83°, 54%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100101101111101100111
Octal262337147
Decimal178223103
Hexb2df67

Different shades of #b2df67 color code.

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

Light Shade of #b2df67
#c7e891
Dark Shade of #b2df67
#9dd63d
Saturated Shade of #b2df67
#b4e85e
Desaturated Shade of #b2df67
#b0d670
Grey scale Shade of #b2df67
#a3a3a3
Brighten Shade
#cbf880
Most Readable Shade
#000000

Shades of #b2df67 color code

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

#b2df67
#9ec65b
#8aad50
#769444
#627b39
#4f632d
#3b4a22
#273116
#13180b
#000000

Similar Color like #b2df67 color

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

#b3e068
#b4e169
#b5e26a
#b6e36b
#b7e46c
#b8e56d
#b9e66e
#bae76f
#bbe870
#bce971
#bdea72
#beeb73
#bfec74
#c0ed75
#b1de66
#b0dd65
#afdc64
#aedb63
#adda62
#acd961
#abd860
#aad75f
#a9d65e
#a8d55d
#a7d45c
#a6d35b
#a5d25a
#a4d159

Monochromatic Color with #b2df67

#b2df67
#080a05
#2a3518
#4c5f2c
#6e8a40
#90b453

Tints of #b2df67 Color

#b2df67
#bae277
#c3e688
#cbe999
#d4edaa
#dcf0bb
#e5f4cc
#edf7dd
#f6fbee
#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

#b2df67
#9467df

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

Split Complementary

#b2df67
#6776df
#d067df

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

Analogous Color

#dfdc67
#cadf67
#b2df67
#9adf67
#82df67

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

#b2df67
#67b2df
#df67b2

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

#b2df67
#67dfd0
#9467df
#df6776

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

#b2df67
#9467df
#d067df
#76df67

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 #b2df67 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.

#b2df67 Color Code Preview on Black Background Color

This is how #b2df67 Color will look on black background color. Color contrast ratio is 13.64

#b2df67 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2df67

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2df67

#b2df67 color code is use for CSS Background Color

Background color for the above div is #b2df67

HTML with inline CSS

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

#b2df67 color code is use for CSS Border Color

CSS Border color for the above div is #b2df67

HTML with inline CSS

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

CSS Border Left color for the above div is #b2df67

HTML with inline CSS

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

CSS Border Right color for the above div is #b2df67

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2df67

HTML with inline CSS

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

CSS Border Top color for the above div is #b2df67

HTML with inline CSS

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

#b2df67 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2df67 Color code Preview on White Background

This is how #b2df67 Color code will look on white background color. Color contrast ratio is 1.54

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 #b2df67; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b2df67; }

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(178,223,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,103,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,223,103,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.