Shades of Chartreuse Yellow #DAE802
Tints of Chartreuse Yellow #DAE802
RGB
CMYK
RGB Variations
Color information
#DAE802 (or 0xDAE802) is known color: Chartreuse Yellow. HEX triplet: DA, E8 and 02. RGB value is (218,232,2). Sum of RGB (Red+Green+Blue) = 218+232+2=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE802 is #2517FD. Grayscale: #CACACA. Windows color (decimal): -2430974 or 190682. OLE color: 190682.
HSL color Cylindrical-coordinate representation of color #DAE802: hue angle of 63.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAE802 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.09 |
| HSL | 63.65º | 0.98% | 0.46% | - |
| HSV(B) | 63.65º | 0.99% | 0.91% | - |
| XYZ | 57.78 | 72.62 | 11.03 | - |
| YUV | 201.59 | 15.36 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 2 | 0.06 | 0 | 0.99 | 0.09 | 63.65 | 0.98 | 0.46 |
| Hex | DA | E8 | 2 | 6 | 0 | 63 | 9 | 40 | 62 | 2E |
| Octal | 332 | 350 | 2 | 6 | 0 | 143 | 11 | 100 | 142 | 56 |
| Binary | 11011010 | 11101000 | 10 | 110 | 0 | 1100011 | 1001 | 1000000 | 1100010 | 101110 |
Color Harmonies of #DAE802
Complementary color
Monochromatic Colors of #DAE802
Black with #DAE802
Text Example
Text Example
White with #DAE802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE802; }
p { color: rgb(218,232,2); }
H1.HeaderClassName
{
color: #DAE802;
}
.AnyTagClassName
{
color: #DAE802;
}
</style>
background-color css
<style>
a { background-color: #DAE802; }
a { background-color: rgb(218,232,2); }
div.DivClassName
{
background-color: #DAE802;
}
.BgClassName
{
background-color: #DAE802;
}
</style>
border-color css
<style>
span { border-color: #DAE802; }
span { border-color: rgb(218,232,2); }
td.TdClassName
{
border-color: #DAE802;
}
.TagClassName
{
border-color: #DAE802;
}
</style>