Shades of Chartreuse Yellow #DAEA0C
Tints of Chartreuse Yellow #DAEA0C
RGB
CMYK
RGB Variations
Color information
#DAEA0C (or 0xDAEA0C) is known color: Chartreuse Yellow. HEX triplet: DA, EA and 0C. RGB value is (218,234,12). Sum of RGB (Red+Green+Blue) = 218+234+12=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEA0C is #2515F3. Grayscale: #CCCCCC. Windows color (decimal): -2430452 or 846554. OLE color: 846554.
HSL color Cylindrical-coordinate representation of color #DAEA0C: hue angle of 64.32º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAEA0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.08 |
| HSL | 64.32º | 0.9% | 0.48% | - |
| HSV(B) | 64.32º | 0.95% | 0.92% | - |
| XYZ | 58.4 | 73.78 | 11.51 | - |
| YUV | 203.91 | 19.7 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 12 | 0.07 | 0 | 0.95 | 0.08 | 64.32 | 0.9 | 0.48 |
| Hex | DA | EA | C | 7 | 0 | 5F | 8 | 40 | 5A | 30 |
| Octal | 332 | 352 | 14 | 7 | 0 | 137 | 10 | 100 | 132 | 60 |
| Binary | 11011010 | 11101010 | 1100 | 111 | 0 | 1011111 | 1000 | 1000000 | 1011010 | 110000 |
Color Harmonies of #DAEA0C
Complementary color
Monochromatic Colors of #DAEA0C
Black with #DAEA0C
Text Example
Text Example
White with #DAEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA0C; }
p { color: rgb(218,234,12); }
H1.HeaderClassName
{
color: #DAEA0C;
}
.AnyTagClassName
{
color: #DAEA0C;
}
</style>
background-color css
<style>
a { background-color: #DAEA0C; }
a { background-color: rgb(218,234,12); }
div.DivClassName
{
background-color: #DAEA0C;
}
.BgClassName
{
background-color: #DAEA0C;
}
</style>
border-color css
<style>
span { border-color: #DAEA0C; }
span { border-color: rgb(218,234,12); }
td.TdClassName
{
border-color: #DAEA0C;
}
.TagClassName
{
border-color: #DAEA0C;
}
</style>