COLOR #DAF476

HEX: #DAF476
RGB: (218,244,118)

Color info

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

RGB color model

#DAF476 color RGB value is (218,244,118).

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

RGB channels and saturation

R 218 of 255 = 85%
G 244 of 255 = 96%
B 118 of 255 = 46%

218
244
118

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

Portions of RGB colors in percentages

R + G + B =
218 + 244 + 118 = 580 (100%)
R 218 of 580 ~ 37.59%
G 244 of 580 ~ 42.07%
B 118 of 580 ~ 20.34%

%37.59
%42.07
%20.34

CMYK color model

#DAF476 color CMYK value is (11,0,52,4).

  • cyan value is 10.66%
  • magenta value is 0.00%
  • yellow value is 51.64%
  • key color value is 4.31%
CMYK:
(11,0,52,4)
C11M0Y52K4 
(11%,0%,52%,4%)
(0.11/0.00/0.52/0.04)	

CMYK percentages

%10.66
%0
%51.64
%4.31

Codes

Color #DAF476 in popluar color models

DAF476
RGB218244118
HSL72°85.14%70.98%
HSB/HSV72°51.64%95.69%
CMYK10.66%0.00%51.64%
4.31%

Color #DAF476 in popluar number systems.

HEXDAF476
Decimal218244118
Binary11011010111101001110110
Octal332364166

Shades and tints

Shades of #DAF476

#DAF476
(218,244,118)
#C7DE6C
(199,222,108)
#B4C862
(180,200,98)
#A1B258
(161,178,88)
#8E9C4E
(142,156,78)
#7B8644
(123,134,68)
#68703A
(104,112,58)
#555A30
(85,90,48)
#424426
(66,68,38)
#2F2E1C
(47,46,28)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #DAF476

#DAF476
(218,244,118)
#DDF582
(221,245,130)
#E0F68E
(224,246,142)
#E3F79A
(227,247,154)
#E6F8A6
(230,248,166)
#E9F9B2
(233,249,178)
#ECFABE
(236,250,190)
#EFFBCA
(239,251,202)
#F2FCD6
(242,252,214)
#F5FDE2
(245,253,226)
#F8FEEE
(248,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF476; }

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

This text font color is #DAF476.


Background Color

.myBgColor { background-color: #DAF476; }

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

This div background color is #DAF476.


Border color

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

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

This div border color is #DAF476.


Opacity

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

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

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

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

This text has shadow with #DAF476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF476 on black background.


Color preview on white background

This text has color #DAF476 on white background.



Black color preview on #DAF476 background

This text has black color on #DAF476 background.


White color preview on #DAF476 background

This text has white color on #DAF476 background.