Shades of Chartreuse Yellow #DCE40C
Tints of Chartreuse Yellow #DCE40C
RGB
CMYK
RGB Variations
Color information
#DCE40C (or 0xDCE40C) is known color: Chartreuse Yellow. HEX triplet: DC, E4 and 0C. RGB value is (220,228,12). Sum of RGB (Red+Green+Blue) = 220+228+12=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE40C is #231BF3. Grayscale: #C9C9C9. Windows color (decimal): -2300916 or 845020. OLE color: 845020.
HSL color Cylindrical-coordinate representation of color #DCE40C: hue angle of 62.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCE40C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.11 |
| HSL | 62.22º | 0.9% | 0.47% | - |
| HSV(B) | 62.22º | 0.95% | 0.89% | - |
| XYZ | 57.32 | 70.73 | 10.98 | - |
| YUV | 200.98 | 21.35 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 12 | 0.04 | 0 | 0.95 | 0.11 | 62.22 | 0.9 | 0.47 |
| Hex | DC | E4 | C | 4 | 0 | 5F | B | 3E | 5A | 2F |
| Octal | 334 | 344 | 14 | 4 | 0 | 137 | 13 | 76 | 132 | 57 |
| Binary | 11011100 | 11100100 | 1100 | 100 | 0 | 1011111 | 1011 | 111110 | 1011010 | 101111 |
Color Harmonies of #DCE40C
Complementary color
Monochromatic Colors of #DCE40C
Black with #DCE40C
Text Example
Text Example
White with #DCE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE40C; }
p { color: rgb(220,228,12); }
H1.HeaderClassName
{
color: #DCE40C;
}
.AnyTagClassName
{
color: #DCE40C;
}
</style>
background-color css
<style>
a { background-color: #DCE40C; }
a { background-color: rgb(220,228,12); }
div.DivClassName
{
background-color: #DCE40C;
}
.BgClassName
{
background-color: #DCE40C;
}
</style>
border-color css
<style>
span { border-color: #DCE40C; }
span { border-color: rgb(220,228,12); }
td.TdClassName
{
border-color: #DCE40C;
}
.TagClassName
{
border-color: #DCE40C;
}
</style>