Shades of Chartreuse Yellow #DCF210
Tints of Chartreuse Yellow #DCF210
RGB
CMYK
RGB Variations
Color information
#DCF210 (or 0xDCF210) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 10. RGB value is (220,242,16). Sum of RGB (Red+Green+Blue) = 220+242+16=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF210 is #230DEF. Grayscale: #D2D2D2. Windows color (decimal): -2297328 or 1110748. OLE color: 1110748.
HSL color Cylindrical-coordinate representation of color #DCF210: hue angle of 65.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF210 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 65.84º | 0.9% | 0.51% | - |
| HSV(B) | 65.84º | 0.93% | 0.95% | - |
| XYZ | 61.36 | 78.76 | 12.46 | - |
| YUV | 209.66 | 18.71 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 16 | 0.09 | 0 | 0.93 | 0.05 | 65.84 | 0.9 | 0.51 |
| Hex | DC | F2 | 10 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 334 | 362 | 20 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011100 | 11110010 | 10000 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DCF210
Complementary color
Monochromatic Colors of #DCF210
Black with #DCF210
Text Example
Text Example
White with #DCF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF210; }
p { color: rgb(220,242,16); }
H1.HeaderClassName
{
color: #DCF210;
}
.AnyTagClassName
{
color: #DCF210;
}
</style>
background-color css
<style>
a { background-color: #DCF210; }
a { background-color: rgb(220,242,16); }
div.DivClassName
{
background-color: #DCF210;
}
.BgClassName
{
background-color: #DCF210;
}
</style>
border-color css
<style>
span { border-color: #DCF210; }
span { border-color: rgb(220,242,16); }
td.TdClassName
{
border-color: #DCF210;
}
.TagClassName
{
border-color: #DCF210;
}
</style>