Shades of Chartreuse Yellow #DAE813
Tints of Chartreuse Yellow #DAE813
RGB
CMYK
RGB Variations
Color information
#DAE813 (or 0xDAE813) is known color: Chartreuse Yellow. HEX triplet: DA, E8 and 13. RGB value is (218,232,19). Sum of RGB (Red+Green+Blue) = 218+232+19=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE813 is #2517EC. Grayscale: #CCCCCC. Windows color (decimal): -2430957 or 1304794. OLE color: 1304794.
HSL color Cylindrical-coordinate representation of color #DAE813: hue angle of 63.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAE813 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 19 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.09 |
| HSL | 63.94º | 0.85% | 0.49% | - |
| HSV(B) | 63.94º | 0.92% | 0.91% | - |
| XYZ | 57.89 | 72.67 | 11.59 | - |
| YUV | 203.53 | 23.86 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 19 | 0.06 | 0 | 0.92 | 0.09 | 63.94 | 0.85 | 0.49 |
| Hex | DA | E8 | 13 | 6 | 0 | 5C | 9 | 40 | 55 | 31 |
| Octal | 332 | 350 | 23 | 6 | 0 | 134 | 11 | 100 | 125 | 61 |
| Binary | 11011010 | 11101000 | 10011 | 110 | 0 | 1011100 | 1001 | 1000000 | 1010101 | 110001 |
Color Harmonies of #DAE813
Complementary color
Monochromatic Colors of #DAE813
Black with #DAE813
Text Example
Text Example
White with #DAE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE813; }
p { color: rgb(218,232,19); }
H1.HeaderClassName
{
color: #DAE813;
}
.AnyTagClassName
{
color: #DAE813;
}
</style>
background-color css
<style>
a { background-color: #DAE813; }
a { background-color: rgb(218,232,19); }
div.DivClassName
{
background-color: #DAE813;
}
.BgClassName
{
background-color: #DAE813;
}
</style>
border-color css
<style>
span { border-color: #DAE813; }
span { border-color: rgb(218,232,19); }
td.TdClassName
{
border-color: #DAE813;
}
.TagClassName
{
border-color: #DAE813;
}
</style>