Shades of Chartreuse Yellow #DCDE02
Tints of Chartreuse Yellow #DCDE02
RGB
CMYK
RGB Variations
Color information
#DCDE02 (or 0xDCDE02) is known color: Chartreuse Yellow. HEX triplet: DC, DE and 02. RGB value is (220,222,2). Sum of RGB (Red+Green+Blue) = 220+222+2=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDE02 is #2321FD. Grayscale: #C5C5C5. Windows color (decimal): -2302462 or 188124. OLE color: 188124.
HSL color Cylindrical-coordinate representation of color #DCDE02: hue angle of 60.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCDE02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.13 |
| HSL | 60.55º | 0.98% | 0.44% | - |
| HSV(B) | 60.55º | 0.99% | 0.87% | - |
| XYZ | 55.65 | 67.46 | 10.15 | - |
| YUV | 196.32 | 18.34 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 2 | 0.01 | 0 | 0.99 | 0.13 | 60.55 | 0.98 | 0.44 |
| Hex | DC | DE | 2 | 1 | 0 | 63 | D | 3D | 62 | 2C |
| Octal | 334 | 336 | 2 | 1 | 0 | 143 | 15 | 75 | 142 | 54 |
| Binary | 11011100 | 11011110 | 10 | 1 | 0 | 1100011 | 1101 | 111101 | 1100010 | 101100 |
Color Harmonies of #DCDE02
Complementary color
Monochromatic Colors of #DCDE02
Black with #DCDE02
Text Example
Text Example
White with #DCDE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE02; }
p { color: rgb(220,222,2); }
H1.HeaderClassName
{
color: #DCDE02;
}
.AnyTagClassName
{
color: #DCDE02;
}
</style>
background-color css
<style>
a { background-color: #DCDE02; }
a { background-color: rgb(220,222,2); }
div.DivClassName
{
background-color: #DCDE02;
}
.BgClassName
{
background-color: #DCDE02;
}
</style>
border-color css
<style>
span { border-color: #DCDE02; }
span { border-color: rgb(220,222,2); }
td.TdClassName
{
border-color: #DCDE02;
}
.TagClassName
{
border-color: #DCDE02;
}
</style>