Shades of Chartreuse Yellow #DCFB16
Tints of Chartreuse Yellow #DCFB16
RGB
CMYK
RGB Variations
Color information
#DCFB16 (or 0xDCFB16) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 16. RGB value is (220,251,22). Sum of RGB (Red+Green+Blue) = 220+251+22=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 22 (8.98% from 255 or 4.46% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFB16 is #2304E9. Grayscale: #D8D8D8. Windows color (decimal): -2295018 or 1506268. OLE color: 1506268.
HSL color Cylindrical-coordinate representation of color #DCFB16: hue angle of 68.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCFB16 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.02 |
| HSL | 68.12º | 0.97% | 0.54% | - |
| HSV(B) | 68.12º | 0.91% | 0.98% | - |
| XYZ | 64.16 | 84.27 | 13.64 | - |
| YUV | 215.63 | 18.73 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 22 | 0.12 | 0 | 0.91 | 0.02 | 68.12 | 0.97 | 0.54 |
| Hex | DC | FB | 16 | C | 0 | 5B | 2 | 44 | 61 | 36 |
| Octal | 334 | 373 | 26 | 14 | 0 | 133 | 2 | 104 | 141 | 66 |
| Binary | 11011100 | 11111011 | 10110 | 1100 | 0 | 1011011 | 10 | 1000100 | 1100001 | 110110 |
Color Harmonies of #DCFB16
Complementary color
Monochromatic Colors of #DCFB16
Black with #DCFB16
Text Example
Text Example
White with #DCFB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB16; }
p { color: rgb(220,251,22); }
H1.HeaderClassName
{
color: #DCFB16;
}
.AnyTagClassName
{
color: #DCFB16;
}
</style>
background-color css
<style>
a { background-color: #DCFB16; }
a { background-color: rgb(220,251,22); }
div.DivClassName
{
background-color: #DCFB16;
}
.BgClassName
{
background-color: #DCFB16;
}
</style>
border-color css
<style>
span { border-color: #DCFB16; }
span { border-color: rgb(220,251,22); }
td.TdClassName
{
border-color: #DCFB16;
}
.TagClassName
{
border-color: #DCFB16;
}
</style>