COLOR #DAF573

HEX: #DAF573
RGB: (218,245,115)

Color info

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

RGB color model

#DAF573 color RGB value is (218,245,115).

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

RGB channels and saturation

R 218 of 255 = 85%
G 245 of 255 = 96%
B 115 of 255 = 45%

218
245
115

R + G + B ~ 75%. #DAF573 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 245 + 115 = 578 (100%)
R 218 of 578 ~ 37.72%
G 245 of 578 ~ 42.39%
B 115 of 578 ~ 19.9%

%37.72
%42.39
%19.9

CMYK color model

#DAF573 color CMYK value is (11,0,53,4).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 3.92%
CMYK:
(11,0,53,4)
C11M0Y53K4 
(11%,0%,53%,4%)
(0.11/0.00/0.53/0.04)	

CMYK percentages

%11.02
%0
%53.06
%3.92

Codes

Color #DAF573 in popluar color models

DAF573
RGB218245115
HSL72°86.67%70.59%
HSB/HSV72°53.06%96.08%
CMYK11.02%0.00%53.06%
3.92%

Color #DAF573 in popluar number systems.

HEXDAF573
Decimal218245115
Binary11011010111101011110011
Octal332365163

Shades and tints

Shades of #DAF573

#DAF573
(218,245,115)
#C7DF69
(199,223,105)
#B4C95F
(180,201,95)
#A1B355
(161,179,85)
#8E9D4B
(142,157,75)
#7B8741
(123,135,65)
#687137
(104,113,55)
#555B2D
(85,91,45)
#424523
(66,69,35)
#2F2F19
(47,47,25)
#1C190F
(28,25,15)
#000000
(0,0,0)

Tints of #DAF573

#DAF573
(218,245,115)
#DDF57F
(221,245,127)
#E0F58B
(224,245,139)
#E3F597
(227,245,151)
#E6F5A3
(230,245,163)
#E9F5AF
(233,245,175)
#ECF5BB
(236,245,187)
#EFF5C7
(239,245,199)
#F2F5D3
(242,245,211)
#F5F5DF
(245,245,223)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAF573; }

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

This text font color is #DAF573.


Background Color

.myBgColor { background-color: #DAF573; }

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

This div background color is #DAF573.


Border color

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

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

This div border color is #DAF573.


Opacity

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

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

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

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

This text has shadow with #DAF573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF573 on black background.


Color preview on white background

This text has color #DAF573 on white background.



Black color preview on #DAF573 background

This text has black color on #DAF573 background.


White color preview on #DAF573 background

This text has white color on #DAF573 background.