Shades of Chartreuse Yellow #DCF212
Tints of Chartreuse Yellow #DCF212
RGB
CMYK
RGB Variations
Color information
#DCF212 (or 0xDCF212) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 12. RGB value is (220,242,18). Sum of RGB (Red+Green+Blue) = 220+242+18=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF212 is #230DED. Grayscale: #D2D2D2. Windows color (decimal): -2297326 or 1241820. OLE color: 1241820.
HSL color Cylindrical-coordinate representation of color #DCF212: hue angle of 65.89º 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 #DCF212 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 18 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 65.89º | 0.9% | 0.51% | - |
| HSV(B) | 65.89º | 0.93% | 0.95% | - |
| XYZ | 61.38 | 78.76 | 12.54 | - |
| YUV | 209.89 | 19.71 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 18 | 0.09 | 0 | 0.93 | 0.05 | 65.89 | 0.9 | 0.51 |
| Hex | DC | F2 | 12 | 9 | 0 | 5D | 5 | 42 | 5A | 33 |
| Octal | 334 | 362 | 22 | 11 | 0 | 135 | 5 | 102 | 132 | 63 |
| Binary | 11011100 | 11110010 | 10010 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DCF212
Complementary color
Monochromatic Colors of #DCF212
Black with #DCF212
Text Example
Text Example
White with #DCF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF212; }
p { color: rgb(220,242,18); }
H1.HeaderClassName
{
color: #DCF212;
}
.AnyTagClassName
{
color: #DCF212;
}
</style>
background-color css
<style>
a { background-color: #DCF212; }
a { background-color: rgb(220,242,18); }
div.DivClassName
{
background-color: #DCF212;
}
.BgClassName
{
background-color: #DCF212;
}
</style>
border-color css
<style>
span { border-color: #DCF212; }
span { border-color: rgb(220,242,18); }
td.TdClassName
{
border-color: #DCF212;
}
.TagClassName
{
border-color: #DCF212;
}
</style>