Shades of Chartreuse Yellow #DCE60E
Tints of Chartreuse Yellow #DCE60E
RGB
CMYK
RGB Variations
Color information
#DCE60E (or 0xDCE60E) is known color: Chartreuse Yellow. HEX triplet: DC, E6 and 0E. RGB value is (220,230,14). Sum of RGB (Red+Green+Blue) = 220+230+14=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE60E is #2319F1. Grayscale: #CBCBCB. Windows color (decimal): -2300402 or 976604. OLE color: 976604.
HSL color Cylindrical-coordinate representation of color #DCE60E: hue angle of 62.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCE60E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.10 |
| HSL | 62.78º | 0.89% | 0.48% | - |
| HSV(B) | 62.78º | 0.94% | 0.9% | - |
| XYZ | 57.89 | 71.84 | 11.23 | - |
| YUV | 202.39 | 21.69 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 14 | 0.04 | 0 | 0.94 | 0.10 | 62.78 | 0.89 | 0.48 |
| Hex | DC | E6 | E | 4 | 0 | 5E | A | 3F | 59 | 30 |
| Octal | 334 | 346 | 16 | 4 | 0 | 136 | 12 | 77 | 131 | 60 |
| Binary | 11011100 | 11100110 | 1110 | 100 | 0 | 1011110 | 1010 | 111111 | 1011001 | 110000 |
Color Harmonies of #DCE60E
Complementary color
Monochromatic Colors of #DCE60E
Black with #DCE60E
Text Example
Text Example
White with #DCE60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE60E; }
p { color: rgb(220,230,14); }
H1.HeaderClassName
{
color: #DCE60E;
}
.AnyTagClassName
{
color: #DCE60E;
}
</style>
background-color css
<style>
a { background-color: #DCE60E; }
a { background-color: rgb(220,230,14); }
div.DivClassName
{
background-color: #DCE60E;
}
.BgClassName
{
background-color: #DCE60E;
}
</style>
border-color css
<style>
span { border-color: #DCE60E; }
span { border-color: rgb(220,230,14); }
td.TdClassName
{
border-color: #DCE60E;
}
.TagClassName
{
border-color: #DCE60E;
}
</style>