Shades of Chartreuse Yellow #DCED02
Tints of Chartreuse Yellow #DCED02
RGB
CMYK
RGB Variations
Color information
#DCED02 (or 0xDCED02) is known color: Chartreuse Yellow. HEX triplet: DC, ED and 02. RGB value is (220,237,2). Sum of RGB (Red+Green+Blue) = 220+237+2=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCED02 is #2312FD. Grayscale: #CECECE. Windows color (decimal): -2298622 or 191964. OLE color: 191964.
HSL color Cylindrical-coordinate representation of color #DCED02: hue angle of 64.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCED02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.07 |
| HSL | 64.34º | 0.98% | 0.47% | - |
| HSV(B) | 64.34º | 0.99% | 0.93% | - |
| XYZ | 59.81 | 75.79 | 11.53 | - |
| YUV | 205.13 | 13.37 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 2 | 0.07 | 0 | 0.99 | 0.07 | 64.34 | 0.98 | 0.47 |
| Hex | DC | ED | 2 | 7 | 0 | 63 | 7 | 40 | 62 | 2F |
| Octal | 334 | 355 | 2 | 7 | 0 | 143 | 7 | 100 | 142 | 57 |
| Binary | 11011100 | 11101101 | 10 | 111 | 0 | 1100011 | 111 | 1000000 | 1100010 | 101111 |
Color Harmonies of #DCED02
Complementary color
Monochromatic Colors of #DCED02
Black with #DCED02
Text Example
Text Example
White with #DCED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED02; }
p { color: rgb(220,237,2); }
H1.HeaderClassName
{
color: #DCED02;
}
.AnyTagClassName
{
color: #DCED02;
}
</style>
background-color css
<style>
a { background-color: #DCED02; }
a { background-color: rgb(220,237,2); }
div.DivClassName
{
background-color: #DCED02;
}
.BgClassName
{
background-color: #DCED02;
}
</style>
border-color css
<style>
span { border-color: #DCED02; }
span { border-color: rgb(220,237,2); }
td.TdClassName
{
border-color: #DCED02;
}
.TagClassName
{
border-color: #DCED02;
}
</style>