Shades of Chartreuse #8CFD16
Tints of Chartreuse #8CFD16
RGB
CMYK
RGB Variations
Color information
#8CFD16 (or 0x8CFD16) is known color: Chartreuse. HEX triplet: 8C, FD and 16. RGB value is (140,253,22). Sum of RGB (Red+Green+Blue) = 140+253+22=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 253 (99.22% from 255 or 60.96% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFD16 is #7302E9. Grayscale: #C1C1C1. Windows color (decimal): -7537386 or 1506700. OLE color: 1506700.
HSL color Cylindrical-coordinate representation of color #8CFD16: hue angle of 89.35º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CFD16 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 22 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.01 |
| HSL | 89.35º | 0.98% | 0.54% | - |
| HSV(B) | 89.35º | 0.91% | 0.99% | - |
| XYZ | 46.09 | 75.88 | 12.98 | - |
| YUV | 192.88 | 31.56 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 22 | 0.45 | 0 | 0.91 | 0.01 | 89.35 | 0.98 | 0.54 |
| Hex | 8C | FD | 16 | 2D | 0 | 5B | 1 | 59 | 62 | 36 |
| Octal | 214 | 375 | 26 | 55 | 0 | 133 | 1 | 131 | 142 | 66 |
| Binary | 10001100 | 11111101 | 10110 | 101101 | 0 | 1011011 | 1 | 1011001 | 1100010 | 110110 |
Color Harmonies of #8CFD16
Complementary color
Monochromatic Colors of #8CFD16
Black with #8CFD16
Text Example
Text Example
White with #8CFD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD16; }
p { color: rgb(140,253,22); }
H1.HeaderClassName
{
color: #8CFD16;
}
.AnyTagClassName
{
color: #8CFD16;
}
</style>
background-color css
<style>
a { background-color: #8CFD16; }
a { background-color: rgb(140,253,22); }
div.DivClassName
{
background-color: #8CFD16;
}
.BgClassName
{
background-color: #8CFD16;
}
</style>
border-color css
<style>
span { border-color: #8CFD16; }
span { border-color: rgb(140,253,22); }
td.TdClassName
{
border-color: #8CFD16;
}
.TagClassName
{
border-color: #8CFD16;
}
</style>