Shades of Chartreuse Yellow #DAE002
Tints of Chartreuse Yellow #DAE002
RGB
CMYK
RGB Variations
Color information
#DAE002 (or 0xDAE002) is known color: Chartreuse Yellow. HEX triplet: DA, E0 and 02. RGB value is (218,224,2). Sum of RGB (Red+Green+Blue) = 218+224+2=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE002 is #251FFD. Grayscale: #C5C5C5. Windows color (decimal): -2433022 or 188634. OLE color: 188634.
HSL color Cylindrical-coordinate representation of color #DAE002: hue angle of 61.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAE002 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.12 |
| HSL | 61.62º | 0.98% | 0.44% | - |
| HSV(B) | 61.62º | 0.99% | 0.88% | - |
| XYZ | 55.58 | 68.22 | 10.3 | - |
| YUV | 196.9 | 18.01 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 2 | 0.03 | 0 | 0.99 | 0.12 | 61.62 | 0.98 | 0.44 |
| Hex | DA | E0 | 2 | 3 | 0 | 63 | C | 3E | 62 | 2C |
| Octal | 332 | 340 | 2 | 3 | 0 | 143 | 14 | 76 | 142 | 54 |
| Binary | 11011010 | 11100000 | 10 | 11 | 0 | 1100011 | 1100 | 111110 | 1100010 | 101100 |
Color Harmonies of #DAE002
Complementary color
Monochromatic Colors of #DAE002
Black with #DAE002
Text Example
Text Example
White with #DAE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE002; }
p { color: rgb(218,224,2); }
H1.HeaderClassName
{
color: #DAE002;
}
.AnyTagClassName
{
color: #DAE002;
}
</style>
background-color css
<style>
a { background-color: #DAE002; }
a { background-color: rgb(218,224,2); }
div.DivClassName
{
background-color: #DAE002;
}
.BgClassName
{
background-color: #DAE002;
}
</style>
border-color css
<style>
span { border-color: #DAE002; }
span { border-color: rgb(218,224,2); }
td.TdClassName
{
border-color: #DAE002;
}
.TagClassName
{
border-color: #DAE002;
}
</style>