Shades of Chartreuse Yellow #DCF116
Tints of Chartreuse Yellow #DCF116
RGB
CMYK
RGB Variations
Color information
#DCF116 (or 0xDCF116) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 16. RGB value is (220,241,22). Sum of RGB (Red+Green+Blue) = 220+241+22=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 22 (8.98% from 255 or 4.55% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF116 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF116 is #230EE9. Grayscale: #D2D2D2. Windows color (decimal): -2297578 or 1503708. OLE color: 1503708.
HSL color Cylindrical-coordinate representation of color #DCF116: hue angle of 65.75º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF116 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 22 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.05 |
| HSL | 65.75º | 0.89% | 0.52% | - |
| HSV(B) | 65.75º | 0.91% | 0.95% | - |
| XYZ | 61.12 | 78.18 | 12.63 | - |
| YUV | 209.76 | 22.04 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 22 | 0.09 | 0 | 0.91 | 0.05 | 65.75 | 0.89 | 0.52 |
| Hex | DC | F1 | 16 | 9 | 0 | 5B | 5 | 42 | 59 | 34 |
| Octal | 334 | 361 | 26 | 11 | 0 | 133 | 5 | 102 | 131 | 64 |
| Binary | 11011100 | 11110001 | 10110 | 1001 | 0 | 1011011 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DCF116
Complementary color
Monochromatic Colors of #DCF116
Black with #DCF116
Text Example
Text Example
White with #DCF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF116; }
p { color: rgb(220,241,22); }
H1.HeaderClassName
{
color: #DCF116;
}
.AnyTagClassName
{
color: #DCF116;
}
</style>
background-color css
<style>
a { background-color: #DCF116; }
a { background-color: rgb(220,241,22); }
div.DivClassName
{
background-color: #DCF116;
}
.BgClassName
{
background-color: #DCF116;
}
</style>
border-color css
<style>
span { border-color: #DCF116; }
span { border-color: rgb(220,241,22); }
td.TdClassName
{
border-color: #DCF116;
}
.TagClassName
{
border-color: #DCF116;
}
</style>