Shades of Chartreuse Yellow #DCE50C
Tints of Chartreuse Yellow #DCE50C
RGB
CMYK
RGB Variations
Color information
#DCE50C (or 0xDCE50C) is known color: Chartreuse Yellow. HEX triplet: DC, E5 and 0C. RGB value is (220,229,12). Sum of RGB (Red+Green+Blue) = 220+229+12=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE50C is #231AF3. Grayscale: #CACACA. Windows color (decimal): -2300660 or 845276. OLE color: 845276.
HSL color Cylindrical-coordinate representation of color #DCE50C: hue angle of 62.49º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCE50C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.10 |
| HSL | 62.49º | 0.9% | 0.47% | - |
| HSV(B) | 62.49º | 0.95% | 0.9% | - |
| XYZ | 57.6 | 71.28 | 11.07 | - |
| YUV | 201.57 | 21.02 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 12 | 0.04 | 0 | 0.95 | 0.10 | 62.49 | 0.9 | 0.47 |
| Hex | DC | E5 | C | 4 | 0 | 5F | A | 3E | 5A | 2F |
| Octal | 334 | 345 | 14 | 4 | 0 | 137 | 12 | 76 | 132 | 57 |
| Binary | 11011100 | 11100101 | 1100 | 100 | 0 | 1011111 | 1010 | 111110 | 1011010 | 101111 |
Color Harmonies of #DCE50C
Complementary color
Monochromatic Colors of #DCE50C
Black with #DCE50C
Text Example
Text Example
White with #DCE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE50C; }
p { color: rgb(220,229,12); }
H1.HeaderClassName
{
color: #DCE50C;
}
.AnyTagClassName
{
color: #DCE50C;
}
</style>
background-color css
<style>
a { background-color: #DCE50C; }
a { background-color: rgb(220,229,12); }
div.DivClassName
{
background-color: #DCE50C;
}
.BgClassName
{
background-color: #DCE50C;
}
</style>
border-color css
<style>
span { border-color: #DCE50C; }
span { border-color: rgb(220,229,12); }
td.TdClassName
{
border-color: #DCE50C;
}
.TagClassName
{
border-color: #DCE50C;
}
</style>