Shades of Chartreuse Yellow #DAEA0D
Tints of Chartreuse Yellow #DAEA0D
RGB
CMYK
RGB Variations
Color information
#DAEA0D (or 0xDAEA0D) is known color: Chartreuse Yellow. HEX triplet: DA, EA and 0D. RGB value is (218,234,13). Sum of RGB (Red+Green+Blue) = 218+234+13=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEA0D is #2515F2. Grayscale: #CCCCCC. Windows color (decimal): -2430451 or 912090. OLE color: 912090.
HSL color Cylindrical-coordinate representation of color #DAEA0D: hue angle of 64.34º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAEA0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.08 |
| HSL | 64.34º | 0.89% | 0.48% | - |
| HSV(B) | 64.34º | 0.94% | 0.92% | - |
| XYZ | 58.41 | 73.78 | 11.54 | - |
| YUV | 204.02 | 20.2 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 13 | 0.07 | 0 | 0.94 | 0.08 | 64.34 | 0.89 | 0.48 |
| Hex | DA | EA | D | 7 | 0 | 5E | 8 | 40 | 59 | 30 |
| Octal | 332 | 352 | 15 | 7 | 0 | 136 | 10 | 100 | 131 | 60 |
| Binary | 11011010 | 11101010 | 1101 | 111 | 0 | 1011110 | 1000 | 1000000 | 1011001 | 110000 |
Color Harmonies of #DAEA0D
Complementary color
Monochromatic Colors of #DAEA0D
Black with #DAEA0D
Text Example
Text Example
White with #DAEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA0D; }
p { color: rgb(218,234,13); }
H1.HeaderClassName
{
color: #DAEA0D;
}
.AnyTagClassName
{
color: #DAEA0D;
}
</style>
background-color css
<style>
a { background-color: #DAEA0D; }
a { background-color: rgb(218,234,13); }
div.DivClassName
{
background-color: #DAEA0D;
}
.BgClassName
{
background-color: #DAEA0D;
}
</style>
border-color css
<style>
span { border-color: #DAEA0D; }
span { border-color: rgb(218,234,13); }
td.TdClassName
{
border-color: #DAEA0D;
}
.TagClassName
{
border-color: #DAEA0D;
}
</style>