Shades of Chartreuse Yellow #DAE80E
Tints of Chartreuse Yellow #DAE80E
RGB
CMYK
RGB Variations
Color information
#DAE80E (or 0xDAE80E) is known color: Chartreuse Yellow. HEX triplet: DA, E8 and 0E. RGB value is (218,232,14). Sum of RGB (Red+Green+Blue) = 218+232+14=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE80E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE80E is #2517F1. Grayscale: #CBCBCB. Windows color (decimal): -2430962 or 977114. OLE color: 977114.
HSL color Cylindrical-coordinate representation of color #DAE80E: hue angle of 63.85º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAE80E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 14 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.09 |
| HSL | 63.85º | 0.89% | 0.48% | - |
| HSV(B) | 63.85º | 0.94% | 0.91% | - |
| XYZ | 57.85 | 72.65 | 11.39 | - |
| YUV | 202.96 | 21.36 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 14 | 0.06 | 0 | 0.94 | 0.09 | 63.85 | 0.89 | 0.48 |
| Hex | DA | E8 | E | 6 | 0 | 5E | 9 | 40 | 59 | 30 |
| Octal | 332 | 350 | 16 | 6 | 0 | 136 | 11 | 100 | 131 | 60 |
| Binary | 11011010 | 11101000 | 1110 | 110 | 0 | 1011110 | 1001 | 1000000 | 1011001 | 110000 |
Color Harmonies of #DAE80E
Complementary color
Monochromatic Colors of #DAE80E
Black with #DAE80E
Text Example
Text Example
White with #DAE80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE80E; }
p { color: rgb(218,232,14); }
H1.HeaderClassName
{
color: #DAE80E;
}
.AnyTagClassName
{
color: #DAE80E;
}
</style>
background-color css
<style>
a { background-color: #DAE80E; }
a { background-color: rgb(218,232,14); }
div.DivClassName
{
background-color: #DAE80E;
}
.BgClassName
{
background-color: #DAE80E;
}
</style>
border-color css
<style>
span { border-color: #DAE80E; }
span { border-color: rgb(218,232,14); }
td.TdClassName
{
border-color: #DAE80E;
}
.TagClassName
{
border-color: #DAE80E;
}
</style>