COLOR #DAF596

HEX: #DAF596 RGB: (218,245,150)

Color info

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

RGB color model

#DAF596 color RGB value is (218,245,150).

RGB: (218,245,150) (85%, 96%, 59%)

RGB channels and saturation

R 218 of 255 = 85%
G 245 of 255 = 96%
B 150 of 255 = 59%

218
245
150

R + G + B ~ 80%. #DAF596 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 245 + 150 = 613 (100%)
R 218 of 613 ~ 35.56%
G 245 of 613 ~ 39.97%
B 150 of 613 ~ 24.47'%

%35.56
%39.97
%24.47

CMYK color model

#DAF596 color CMYK value is (11,0,39,4).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 38.78%
  • key color value is 3.92%

CMYK: (11,0,39,4)
C11M0Y39K4 (11%, 0%, 39%, 4%)
(0.11 / 0.00 / 0.39 / 0.04)

CMYK percentages

%11.02
%0
%38.78
%3.92

Codes

Color #DAF596 in popluar color models

DA F5 96
RGB 218 245 150
HSL 77° 82.61% 77.45%
HSB/HSV 77° 38.78% 96.08%
CMYK 11.02% 0.00% 38.78%
3.92%

Color #DAF596 in popluar number systems.

HEX DA F5 96
Decimal 218 245 150
Binary 11011010 11110101 10010110
Octal 332 365 226

Shades and tints

Shades of #DAF596

#DAF596
(218,245,150)
#C7DF89
(199,223,137)
#B4C97C
(180,201,124)
#A1B36F
(161,179,111)
#8E9D62
(142,157,98)
#7B8755
(123,135,85)
#687148
(104,113,72)
#555B3B
(85,91,59)
#42452E
(66,69,46)
#2F2F21
(47,47,33)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #DAF596

#DAF596
(218,245,150)
#DDF59F
(221,245,159)
#E0F5A8
(224,245,168)
#E3F5B1
(227,245,177)
#E6F5BA
(230,245,186)
#E9F5C3
(233,245,195)
#ECF5CC
(236,245,204)
#EFF5D5
(239,245,213)
#F2F5DE
(242,245,222)
#F5F5E7
(245,245,231)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF596; }

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

This text font color is #DAF596.

Background Color

.myBgColor { background-color: #DAF596; }

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

This div background color is #DAF596.

Border color

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

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

This div border color is #DAF596.

Opacity

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

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

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

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

This text has shadow with #DAF596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAF596.

Preview

Color preview on black background

This text has color #DAF596 on black background.


Color preview on white background

This text has color #DAF596 on white background.


Black color preview on #DAF596 background

This text has black color on #DAF596 background.


White color preview on #DAF596 background

This text has white color on #DAF596 background.


Related colors

Complementary color

Complementary color for #hex is #250A69.


I love getcolorcode.com

Triadic colors

1 #96DAF5 and #F596DA with #DAF596 are triadic colors.

2 #96F5DA and #F5DA96 with #DAF596 are triadic colors.