Shades of Chartreuse Yellow #DCF112
Tints of Chartreuse Yellow #DCF112
RGB
CMYK
RGB Variations
Color information
#DCF112 (or 0xDCF112) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 12. RGB value is (220,241,18). Sum of RGB (Red+Green+Blue) = 220+241+18=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF112 is #230EED. Grayscale: #D2D2D2. Windows color (decimal): -2297582 or 1241564. OLE color: 1241564.
HSL color Cylindrical-coordinate representation of color #DCF112: hue angle of 65.65º degrees, saturation: 0.89, 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 #DCF112 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 18 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.05 |
| HSL | 65.65º | 0.89% | 0.51% | - |
| HSV(B) | 65.65º | 0.93% | 0.95% | - |
| XYZ | 61.08 | 78.17 | 12.44 | - |
| YUV | 209.3 | 20.04 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 18 | 0.09 | 0 | 0.93 | 0.05 | 65.65 | 0.89 | 0.51 |
| Hex | DC | F1 | 12 | 9 | 0 | 5D | 5 | 42 | 59 | 33 |
| Octal | 334 | 361 | 22 | 11 | 0 | 135 | 5 | 102 | 131 | 63 |
| Binary | 11011100 | 11110001 | 10010 | 1001 | 0 | 1011101 | 101 | 1000010 | 1011001 | 110011 |
Color Harmonies of #DCF112
Complementary color
Monochromatic Colors of #DCF112
Black with #DCF112
Text Example
Text Example
White with #DCF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF112; }
p { color: rgb(220,241,18); }
H1.HeaderClassName
{
color: #DCF112;
}
.AnyTagClassName
{
color: #DCF112;
}
</style>
background-color css
<style>
a { background-color: #DCF112; }
a { background-color: rgb(220,241,18); }
div.DivClassName
{
background-color: #DCF112;
}
.BgClassName
{
background-color: #DCF112;
}
</style>
border-color css
<style>
span { border-color: #DCF112; }
span { border-color: rgb(220,241,18); }
td.TdClassName
{
border-color: #DCF112;
}
.TagClassName
{
border-color: #DCF112;
}
</style>