Shades of Chartreuse #86FD16
Tints of Chartreuse #86FD16
RGB
CMYK
RGB Variations
Color information
#86FD16 (or 0x86FD16) is known color: Chartreuse. HEX triplet: 86, FD and 16. RGB value is (134,253,22). Sum of RGB (Red+Green+Blue) = 134+253+22=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 253 (99.22% from 255 or 61.86% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FD16 is #7902E9. Grayscale: #BFBFBF. Windows color (decimal): -7930602 or 1506694. OLE color: 1506694.
HSL color Cylindrical-coordinate representation of color #86FD16: hue angle of 90.91º 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 #86FD16 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 22 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.01 |
| HSL | 90.91º | 0.98% | 0.54% | - |
| HSV(B) | 90.91º | 0.91% | 0.99% | - |
| XYZ | 45.1 | 75.38 | 12.93 | - |
| YUV | 191.09 | 32.58 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 22 | 0.47 | 0 | 0.91 | 0.01 | 90.91 | 0.98 | 0.54 |
| Hex | 86 | FD | 16 | 2F | 0 | 5B | 1 | 5B | 62 | 36 |
| Octal | 206 | 375 | 26 | 57 | 0 | 133 | 1 | 133 | 142 | 66 |
| Binary | 10000110 | 11111101 | 10110 | 101111 | 0 | 1011011 | 1 | 1011011 | 1100010 | 110110 |
Color Harmonies of #86FD16
Complementary color
Monochromatic Colors of #86FD16
Black with #86FD16
Text Example
Text Example
White with #86FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FD16; }
p { color: rgb(134,253,22); }
H1.HeaderClassName
{
color: #86FD16;
}
.AnyTagClassName
{
color: #86FD16;
}
</style>
background-color css
<style>
a { background-color: #86FD16; }
a { background-color: rgb(134,253,22); }
div.DivClassName
{
background-color: #86FD16;
}
.BgClassName
{
background-color: #86FD16;
}
</style>
border-color css
<style>
span { border-color: #86FD16; }
span { border-color: rgb(134,253,22); }
td.TdClassName
{
border-color: #86FD16;
}
.TagClassName
{
border-color: #86FD16;
}
</style>