Shades of Chartreuse Yellow #DCE505
Tints of Chartreuse Yellow #DCE505
RGB
CMYK
RGB Variations
Color information
#DCE505 (or 0xDCE505) is known color: Chartreuse Yellow. HEX triplet: DC, E5 and 05. RGB value is (220,229,5). Sum of RGB (Red+Green+Blue) = 220+229+5=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE505 is #231AFA. Grayscale: #C9C9C9. Windows color (decimal): -2300667 or 386524. OLE color: 386524.
HSL color Cylindrical-coordinate representation of color #DCE505: hue angle of 62.41º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCE505 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.10 |
| HSL | 62.41º | 0.96% | 0.46% | - |
| HSV(B) | 62.41º | 0.98% | 0.9% | - |
| XYZ | 57.56 | 71.27 | 10.87 | - |
| YUV | 200.77 | 17.52 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 5 | 0.04 | 0 | 0.98 | 0.10 | 62.41 | 0.96 | 0.46 |
| Hex | DC | E5 | 5 | 4 | 0 | 62 | A | 3E | 60 | 2E |
| Octal | 334 | 345 | 5 | 4 | 0 | 142 | 12 | 76 | 140 | 56 |
| Binary | 11011100 | 11100101 | 101 | 100 | 0 | 1100010 | 1010 | 111110 | 1100000 | 101110 |
Color Harmonies of #DCE505
Complementary color
Monochromatic Colors of #DCE505
Black with #DCE505
Text Example
Text Example
White with #DCE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE505; }
p { color: rgb(220,229,5); }
H1.HeaderClassName
{
color: #DCE505;
}
.AnyTagClassName
{
color: #DCE505;
}
</style>
background-color css
<style>
a { background-color: #DCE505; }
a { background-color: rgb(220,229,5); }
div.DivClassName
{
background-color: #DCE505;
}
.BgClassName
{
background-color: #DCE505;
}
</style>
border-color css
<style>
span { border-color: #DCE505; }
span { border-color: rgb(220,229,5); }
td.TdClassName
{
border-color: #DCE505;
}
.TagClassName
{
border-color: #DCE505;
}
</style>