Shades of Chartreuse Yellow #DAE913
Tints of Chartreuse Yellow #DAE913
RGB
CMYK
RGB Variations
Color information
#DAE913 (or 0xDAE913) is known color: Chartreuse Yellow. HEX triplet: DA, E9 and 13. RGB value is (218,233,19). Sum of RGB (Red+Green+Blue) = 218+233+19=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE913 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE913 is #2516EC. Grayscale: #CCCCCC. Windows color (decimal): -2430701 or 1305050. OLE color: 1305050.
HSL color Cylindrical-coordinate representation of color #DAE913: hue angle of 64.21º 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 #DAE913 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 19 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.09 |
| HSL | 64.21º | 0.85% | 0.49% | - |
| HSV(B) | 64.21º | 0.92% | 0.91% | - |
| XYZ | 58.17 | 73.23 | 11.69 | - |
| YUV | 204.12 | 23.53 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 19 | 0.06 | 0 | 0.92 | 0.09 | 64.21 | 0.85 | 0.49 |
| Hex | DA | E9 | 13 | 6 | 0 | 5C | 9 | 40 | 55 | 31 |
| Octal | 332 | 351 | 23 | 6 | 0 | 134 | 11 | 100 | 125 | 61 |
| Binary | 11011010 | 11101001 | 10011 | 110 | 0 | 1011100 | 1001 | 1000000 | 1010101 | 110001 |
Color Harmonies of #DAE913
Complementary color
Monochromatic Colors of #DAE913
Black with #DAE913
Text Example
Text Example
White with #DAE913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE913; }
p { color: rgb(218,233,19); }
H1.HeaderClassName
{
color: #DAE913;
}
.AnyTagClassName
{
color: #DAE913;
}
</style>
background-color css
<style>
a { background-color: #DAE913; }
a { background-color: rgb(218,233,19); }
div.DivClassName
{
background-color: #DAE913;
}
.BgClassName
{
background-color: #DAE913;
}
</style>
border-color css
<style>
span { border-color: #DAE913; }
span { border-color: rgb(218,233,19); }
td.TdClassName
{
border-color: #DAE913;
}
.TagClassName
{
border-color: #DAE913;
}
</style>