COLOR #DAF487

HEX: #DAF487
RGB: (218,244,135)

Color info

#DAF487 contains mainly red and green colors. Web safe color of #DAF487 is #CCFF99 (or #CF9).

RGB color model

#DAF487 color RGB value is (218,244,135).

  • red value is 218;
  • green value is 244;
  • blue value is 135.
RGB:
(218,244,135)
(85%,96%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 135 of 255 = 53%

218
244
135

R + G + B ~ 78%. #DAF487 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 135 = 597 (100%)
R 218 of 597 ~ 36.52%
G 244 of 597 ~ 40.87%
B 135 of 597 ~ 22.61%

%36.52
%40.87
%22.61

CMYK color model

#DAF487 color CMYK value is (11,0,45,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 44.67%
  • key color value is 4.31%
CMYK:
(11,0,45,4)
C11M0Y45K4 
(11%,0%,45%,4%)
(0.11/0.00/0.45/0.04)	

CMYK percentages

%10.66
%0
%44.67
%4.31

Codes

Color #DAF487 in popluar color models

DAF487
RGB218244135
HSL74°83.21%74.31%
HSB/HSV74°44.67%95.69%
CMYK10.66%0.00%44.67%
4.31%

Color #DAF487 in popluar number systems.

HEXDAF487
Decimal218244135
Binary110110101111010010000111
Octal332364207

Shades and tints

Shades of #DAF487

#DAF487
(218,244,135)
#C7DE7B
(199,222,123)
#B4C86F
(180,200,111)
#A1B263
(161,178,99)
#8E9C57
(142,156,87)
#7B864B
(123,134,75)
#68703F
(104,112,63)
#555A33
(85,90,51)
#424427
(66,68,39)
#2F2E1B
(47,46,27)
#1C180F
(28,24,15)
#000000
(0,0,0)

Tints of #DAF487

#DAF487
(218,244,135)
#DDF591
(221,245,145)
#E0F69B
(224,246,155)
#E3F7A5
(227,247,165)
#E6F8AF
(230,248,175)
#E9F9B9
(233,249,185)
#ECFAC3
(236,250,195)
#EFFBCD
(239,251,205)
#F2FCD7
(242,252,215)
#F5FDE1
(245,253,225)
#F8FEEB
(248,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF487 color. Also use rgb(218,244,135) instead hex code.

Text Font Color

.myTextColor { color: #DAF487; }

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

This text font color is #DAF487.


Background Color

.myBgColor { background-color: #DAF487; }

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

This div background color is #DAF487.


Border color

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

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

This div border color is #DAF487.


Opacity

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

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

Text with #DAF487 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 #DAF487;}

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

This text has shadow with #DAF487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF487 on black background.


Color preview on white background

This text has color #DAF487 on white background.



Black color preview on #DAF487 background

This text has black color on #DAF487 background.


White color preview on #DAF487 background

This text has white color on #DAF487 background.