Shades of Chartreuse Yellow #DCEA0E
Tints of Chartreuse Yellow #DCEA0E
RGB
CMYK
RGB Variations
Color information
#DCEA0E (or 0xDCEA0E) is known color: Chartreuse Yellow. HEX triplet: DC, EA and 0E. RGB value is (220,234,14). Sum of RGB (Red+Green+Blue) = 220+234+14=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 14 (5.86% from 255 or 2.99% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA0E is #2315F1. Grayscale: #CDCDCD. Windows color (decimal): -2299378 or 977628. OLE color: 977628.
HSL color Cylindrical-coordinate representation of color #DCEA0E: hue angle of 63.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCEA0E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 14 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.08 |
| HSL | 63.82º | 0.89% | 0.49% | - |
| HSV(B) | 63.82º | 0.94% | 0.92% | - |
| XYZ | 59.02 | 74.09 | 11.61 | - |
| YUV | 204.73 | 20.36 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 14 | 0.06 | 0 | 0.94 | 0.08 | 63.82 | 0.89 | 0.49 |
| Hex | DC | EA | E | 6 | 0 | 5E | 8 | 40 | 59 | 31 |
| Octal | 334 | 352 | 16 | 6 | 0 | 136 | 10 | 100 | 131 | 61 |
| Binary | 11011100 | 11101010 | 1110 | 110 | 0 | 1011110 | 1000 | 1000000 | 1011001 | 110001 |
Color Harmonies of #DCEA0E
Complementary color
Monochromatic Colors of #DCEA0E
Black with #DCEA0E
Text Example
Text Example
White with #DCEA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA0E; }
p { color: rgb(220,234,14); }
H1.HeaderClassName
{
color: #DCEA0E;
}
.AnyTagClassName
{
color: #DCEA0E;
}
</style>
background-color css
<style>
a { background-color: #DCEA0E; }
a { background-color: rgb(220,234,14); }
div.DivClassName
{
background-color: #DCEA0E;
}
.BgClassName
{
background-color: #DCEA0E;
}
</style>
border-color css
<style>
span { border-color: #DCEA0E; }
span { border-color: rgb(220,234,14); }
td.TdClassName
{
border-color: #DCEA0E;
}
.TagClassName
{
border-color: #DCEA0E;
}
</style>