Shades of Chartreuse Yellow #DCE50F
Tints of Chartreuse Yellow #DCE50F
RGB
CMYK
RGB Variations
Color information
#DCE50F (or 0xDCE50F) is known color: Chartreuse Yellow. HEX triplet: DC, E5 and 0F. RGB value is (220,229,15). Sum of RGB (Red+Green+Blue) = 220+229+15=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE50F is #231AF0. Grayscale: #CACACA. Windows color (decimal): -2300657 or 1041884. OLE color: 1041884.
HSL color Cylindrical-coordinate representation of color #DCE50F: hue angle of 62.52º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCE50F is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 15 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.10 |
| HSL | 62.52º | 0.88% | 0.48% | - |
| HSV(B) | 62.52º | 0.93% | 0.9% | - |
| XYZ | 57.62 | 71.29 | 11.18 | - |
| YUV | 201.91 | 22.52 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 15 | 0.04 | 0 | 0.93 | 0.10 | 62.52 | 0.88 | 0.48 |
| Hex | DC | E5 | F | 4 | 0 | 5D | A | 3F | 58 | 30 |
| Octal | 334 | 345 | 17 | 4 | 0 | 135 | 12 | 77 | 130 | 60 |
| Binary | 11011100 | 11100101 | 1111 | 100 | 0 | 1011101 | 1010 | 111111 | 1011000 | 110000 |
Color Harmonies of #DCE50F
Complementary color
Monochromatic Colors of #DCE50F
Black with #DCE50F
Text Example
Text Example
White with #DCE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE50F; }
p { color: rgb(220,229,15); }
H1.HeaderClassName
{
color: #DCE50F;
}
.AnyTagClassName
{
color: #DCE50F;
}
</style>
background-color css
<style>
a { background-color: #DCE50F; }
a { background-color: rgb(220,229,15); }
div.DivClassName
{
background-color: #DCE50F;
}
.BgClassName
{
background-color: #DCE50F;
}
</style>
border-color css
<style>
span { border-color: #DCE50F; }
span { border-color: rgb(220,229,15); }
td.TdClassName
{
border-color: #DCE50F;
}
.TagClassName
{
border-color: #DCE50F;
}
</style>