Shades of Chartreuse Yellow #DCE002
Tints of Chartreuse Yellow #DCE002
RGB
CMYK
RGB Variations
Color information
#DCE002 (or 0xDCE002) is known color: Chartreuse Yellow. HEX triplet: DC, E0 and 02. RGB value is (220,224,2). Sum of RGB (Red+Green+Blue) = 220+224+2=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCE002 is #231FFD. Grayscale: #C6C6C6. Windows color (decimal): -2301950 or 188636. OLE color: 188636.
HSL color Cylindrical-coordinate representation of color #DCE002: hue angle of 61.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCE002 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.12 |
| HSL | 61.08º | 0.98% | 0.44% | - |
| HSV(B) | 61.08º | 0.99% | 0.88% | - |
| XYZ | 56.18 | 68.53 | 10.32 | - |
| YUV | 197.5 | 17.67 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 2 | 0.02 | 0 | 0.99 | 0.12 | 61.08 | 0.98 | 0.44 |
| Hex | DC | E0 | 2 | 2 | 0 | 63 | C | 3D | 62 | 2C |
| Octal | 334 | 340 | 2 | 2 | 0 | 143 | 14 | 75 | 142 | 54 |
| Binary | 11011100 | 11100000 | 10 | 10 | 0 | 1100011 | 1100 | 111101 | 1100010 | 101100 |
Color Harmonies of #DCE002
Complementary color
Monochromatic Colors of #DCE002
Black with #DCE002
Text Example
Text Example
White with #DCE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE002; }
p { color: rgb(220,224,2); }
H1.HeaderClassName
{
color: #DCE002;
}
.AnyTagClassName
{
color: #DCE002;
}
</style>
background-color css
<style>
a { background-color: #DCE002; }
a { background-color: rgb(220,224,2); }
div.DivClassName
{
background-color: #DCE002;
}
.BgClassName
{
background-color: #DCE002;
}
</style>
border-color css
<style>
span { border-color: #DCE002; }
span { border-color: rgb(220,224,2); }
td.TdClassName
{
border-color: #DCE002;
}
.TagClassName
{
border-color: #DCE002;
}
</style>