COLOR #DAF620

HEX: #DAF620
RGB: (218,246,32)

Color info

#DAF620 contains mainly red and green colors. Web safe color of #DAF620 is #CCFF33 (or #CF3).

RGB color model

#DAF620 color RGB value is (218,246,32).

  • red value is 218;
  • green value is 246;
  • blue value is 32.
RGB:
(218,246,32)
(85%,96%,13%)

RGB channels and saturation

R 218 of 255 = 85%
G 246 of 255 = 96%
B 32 of 255 = 13%

218
246
32

R + G + B ~ 65%. #DAF620 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 246 + 32 = 496 (100%)
R 218 of 496 ~ 43.95%
G 246 of 496 ~ 49.6%
B 32 of 496 ~ 6.45%

%43.95
%49.6

CMYK color model

#DAF620 color CMYK value is (11,0,87,4).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 86.99%
  • key color value is 3.53%
CMYK:
(11,0,87,4)
C11M0Y87K4 
(11%,0%,87%,4%)
(0.11/0.00/0.87/0.04)	

CMYK percentages

%11.38
%0
%86.99
%3.53

Codes

Color #DAF620 in popluar color models

DAF620
RGB21824632
HSL68°92.24%54.51%
HSB/HSV68°86.99%96.47%
CMYK11.38%0.00%86.99%
3.53%

Color #DAF620 in popluar number systems.

HEXDAF620
Decimal21824632
Binary1101101011110110100000
Octal33236640

Shades and tints

Shades of #DAF620

#DAF620
(218,246,32)
#C7E01E
(199,224,30)
#B4CA1C
(180,202,28)
#A1B41A
(161,180,26)
#8E9E18
(142,158,24)
#7B8816
(123,136,22)
#687214
(104,114,20)
#555C12
(85,92,18)
#424610
(66,70,16)
#2F300E
(47,48,14)
#1C1A0C
(28,26,12)
#000000
(0,0,0)

Tints of #DAF620

#DAF620
(218,246,32)
#DDF634
(221,246,52)
#E0F648
(224,246,72)
#E3F65C
(227,246,92)
#E6F670
(230,246,112)
#E9F684
(233,246,132)
#ECF698
(236,246,152)
#EFF6AC
(239,246,172)
#F2F6C0
(242,246,192)
#F5F6D4
(245,246,212)
#F8F6E8
(248,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAF620 color. Also use rgb(218,246,32) instead hex code.

Text Font Color

.myTextColor { color: #DAF620; }

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

This text font color is #DAF620.


Background Color

.myBgColor { background-color: #DAF620; }

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

This div background color is #DAF620.


Border color

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

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

This div border color is #DAF620.


Opacity

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

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

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

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

This text has shadow with #DAF620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAF620 on black background.


Color preview on white background

This text has color #DAF620 on white background.



Black color preview on #DAF620 background

This text has black color on #DAF620 background.


White color preview on #DAF620 background

This text has white color on #DAF620 background.