Shades of Chartreuse Yellow #DCE40A
Tints of Chartreuse Yellow #DCE40A
RGB
CMYK
RGB Variations
Color information
#DCE40A (or 0xDCE40A) is known color: Chartreuse Yellow. HEX triplet: DC, E4 and 0A. RGB value is (220,228,10). Sum of RGB (Red+Green+Blue) = 220+228+10=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE40A is #231BF5. Grayscale: #C9C9C9. Windows color (decimal): -2300918 or 713948. OLE color: 713948.
HSL color Cylindrical-coordinate representation of color #DCE40A: hue angle of 62.2º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCE40A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.11 |
| HSL | 62.2º | 0.92% | 0.47% | - |
| HSV(B) | 62.2º | 0.96% | 0.89% | - |
| XYZ | 57.31 | 70.72 | 10.92 | - |
| YUV | 200.76 | 20.35 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 10 | 0.04 | 0 | 0.96 | 0.11 | 62.2 | 0.92 | 0.47 |
| Hex | DC | E4 | A | 4 | 0 | 60 | B | 3E | 5C | 2F |
| Octal | 334 | 344 | 12 | 4 | 0 | 140 | 13 | 76 | 134 | 57 |
| Binary | 11011100 | 11100100 | 1010 | 100 | 0 | 1100000 | 1011 | 111110 | 1011100 | 101111 |
Color Harmonies of #DCE40A
Complementary color
Monochromatic Colors of #DCE40A
Black with #DCE40A
Text Example
Text Example
White with #DCE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE40A; }
p { color: rgb(220,228,10); }
H1.HeaderClassName
{
color: #DCE40A;
}
.AnyTagClassName
{
color: #DCE40A;
}
</style>
background-color css
<style>
a { background-color: #DCE40A; }
a { background-color: rgb(220,228,10); }
div.DivClassName
{
background-color: #DCE40A;
}
.BgClassName
{
background-color: #DCE40A;
}
</style>
border-color css
<style>
span { border-color: #DCE40A; }
span { border-color: rgb(220,228,10); }
td.TdClassName
{
border-color: #DCE40A;
}
.TagClassName
{
border-color: #DCE40A;
}
</style>