Shades of Chartreuse Yellow #DCEA0C
Tints of Chartreuse Yellow #DCEA0C
RGB
CMYK
RGB Variations
Color information
#DCEA0C (or 0xDCEA0C) is known color: Chartreuse Yellow. HEX triplet: DC, EA and 0C. RGB value is (220,234,12). Sum of RGB (Red+Green+Blue) = 220+234+12=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA0C is #2315F3. Grayscale: #CDCDCD. Windows color (decimal): -2299380 or 846556. OLE color: 846556.
HSL color Cylindrical-coordinate representation of color #DCEA0C: hue angle of 63.78º 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 #DCEA0C is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 12 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.08 |
| HSL | 63.78º | 0.9% | 0.48% | - |
| HSV(B) | 63.78º | 0.95% | 0.92% | - |
| XYZ | 59 | 74.09 | 11.54 | - |
| YUV | 204.51 | 19.36 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 12 | 0.06 | 0 | 0.95 | 0.08 | 63.78 | 0.9 | 0.48 |
| Hex | DC | EA | C | 6 | 0 | 5F | 8 | 40 | 5A | 30 |
| Octal | 334 | 352 | 14 | 6 | 0 | 137 | 10 | 100 | 132 | 60 |
| Binary | 11011100 | 11101010 | 1100 | 110 | 0 | 1011111 | 1000 | 1000000 | 1011010 | 110000 |
Color Harmonies of #DCEA0C
Complementary color
Monochromatic Colors of #DCEA0C
Black with #DCEA0C
Text Example
Text Example
White with #DCEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA0C; }
p { color: rgb(220,234,12); }
H1.HeaderClassName
{
color: #DCEA0C;
}
.AnyTagClassName
{
color: #DCEA0C;
}
</style>
background-color css
<style>
a { background-color: #DCEA0C; }
a { background-color: rgb(220,234,12); }
div.DivClassName
{
background-color: #DCEA0C;
}
.BgClassName
{
background-color: #DCEA0C;
}
</style>
border-color css
<style>
span { border-color: #DCEA0C; }
span { border-color: rgb(220,234,12); }
td.TdClassName
{
border-color: #DCEA0C;
}
.TagClassName
{
border-color: #DCEA0C;
}
</style>