COLOR #DAF57B

HEX: #DAF57B
RGB: (218,245,123)

Color info

#DAF57B contains mainly red and green colors. Web safe color of #DAF57B is #CCFF66 (or #CF6).

RGB color model

#DAF57B color RGB value is (218,245,123).

  • red value is 218;
  • green value is 245;
  • blue value is 123.
RGB:
(218,245,123)
(85%,96%,48%)

RGB channels and saturation

R 218 of 255 = 85%
G 245 of 255 = 96%
B 123 of 255 = 48%

218
245
123

R + G + B ~ 76%. #DAF57B is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 245 + 123 = 586 (100%)
R 218 of 586 ~ 37.2%
G 245 of 586 ~ 41.81%
B 123 of 586 ~ 20.99%

%37.2
%41.81
%20.99

CMYK color model

#DAF57B color CMYK value is (11,0,50,4).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 3.92%
CMYK:
(11,0,50,4)
C11M0Y50K4 
(11%,0%,50%,4%)
(0.11/0.00/0.50/0.04)	

CMYK percentages

%11.02
%0
%49.8
%3.92

Codes

Color #DAF57B in popluar color models

DAF57B
RGB218245123
HSL73°85.92%72.16%
HSB/HSV73°49.80%96.08%
CMYK11.02%0.00%49.80%
3.92%

Color #DAF57B in popluar number systems.

HEXDAF57B
Decimal218245123
Binary11011010111101011111011
Octal332365173

Shades and tints

Shades of #DAF57B

#DAF57B
(218,245,123)
#C7DF70
(199,223,112)
#B4C965
(180,201,101)
#A1B35A
(161,179,90)
#8E9D4F
(142,157,79)
#7B8744
(123,135,68)
#687139
(104,113,57)
#555B2E
(85,91,46)
#424523
(66,69,35)
#2F2F18
(47,47,24)
#1C190D
(28,25,13)
#000000
(0,0,0)

Tints of #DAF57B

#DAF57B
(218,245,123)
#DDF587
(221,245,135)
#E0F593
(224,245,147)
#E3F59F
(227,245,159)
#E6F5AB
(230,245,171)
#E9F5B7
(233,245,183)
#ECF5C3
(236,245,195)
#EFF5CF
(239,245,207)
#F2F5DB
(242,245,219)
#F5F5E7
(245,245,231)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF57B color. Also use rgb(218,245,123) instead hex code.

Text Font Color

.myTextColor { color: #DAF57B; }

<p style="color:#DAF57B">This sample text font color is #DAF57B.</p>

This text font color is #DAF57B.


Background Color

.myBgColor { background-color: #DAF57B; }

<div style="background-color:#DAF57B">Inner text</div>

This div background color is #DAF57B.


Border color

.myBorderColor { border: 1px solid #DAF57B; }

<div style="border:3px solid #DAF57B">Div</div>

This div border color is #DAF57B.


Opacity

.myOpacity80 { color: #DAF57B; opacity: 0.8; }

<p style="color:#DAF57B;opacity:0.8;">80%</p>

Text with #DAF57B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DAF57B;}

<p style="text-shadow: 3px 3px 1px #DAF57B">Text here.</p>

This text has shadow with #DAF57B color.

.textShadow {text-shadow: 3px 3px 1px #DAF57B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DAF57B, 5px 5px 20px red">Text here.</p>

This text has shadow with #DAF57B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAF57B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DAF57B, Direction=45, Strength=4)">Text</p>

This text has shadow with #DAF57B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DAF57B;
  -webkit-box-shadow:	1px 1px 3px 2px #DAF57B;
  box-shadow:		1px 1px 3px 2px #DAF57B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DAF57B;
-webkit-box-shadow: 1px 1px 3px 2px #DAF57B;
box-shadow:1px 1px 3px 2px #DAF57B;">
Div content here</div>
This div box has shadow with color #DAF57B.

Preview

Color preview on black background

This text has color #DAF57B on black background.


Color preview on white background

This text has color #DAF57B on white background.



Black color preview on #DAF57B background

This text has black color on #DAF57B background.


White color preview on #DAF57B background

This text has white color on #DAF57B background.