Shades of Chartreuse #86FF0B
Tints of Chartreuse #86FF0B
RGB
CMYK
RGB Variations
Color information
#86FF0B (or 0x86FF0B) is known color: Chartreuse. HEX triplet: 86, FF and 0B. RGB value is (134,255,11). Sum of RGB (Red+Green+Blue) = 134+255+11=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FF0B is #7900F4. Grayscale: #BFBFBF. Windows color (decimal): -7930101 or 786310. OLE color: 786310.
HSL color Cylindrical-coordinate representation of color #86FF0B: hue angle of 89.75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86FF0B is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 11 | - |
| CMYK | 0.47 | 0 | 0.96 | 0 |
| HSL | 89.75º | 1% | 0.52% | - |
| HSV(B) | 89.75º | 0.96% | 1% | - |
| XYZ | 45.65 | 76.61 | 12.7 | - |
| YUV | 191.01 | 26.41 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 11 | 0.47 | 0 | 0.96 | 0 | 89.75 | 1 | 0.52 |
| Hex | 86 | FF | B | 2F | 0 | 60 | 0 | 5A | 64 | 34 |
| Octal | 206 | 377 | 13 | 57 | 0 | 140 | 0 | 132 | 144 | 64 |
| Binary | 10000110 | 11111111 | 1011 | 101111 | 0 | 1100000 | 0 | 1011010 | 1100100 | 110100 |
Color Harmonies of #86FF0B
Complementary color
Monochromatic Colors of #86FF0B
Black with #86FF0B
Text Example
Text Example
White with #86FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF0B; }
p { color: rgb(134,255,11); }
H1.HeaderClassName
{
color: #86FF0B;
}
.AnyTagClassName
{
color: #86FF0B;
}
</style>
background-color css
<style>
a { background-color: #86FF0B; }
a { background-color: rgb(134,255,11); }
div.DivClassName
{
background-color: #86FF0B;
}
.BgClassName
{
background-color: #86FF0B;
}
</style>
border-color css
<style>
span { border-color: #86FF0B; }
span { border-color: rgb(134,255,11); }
td.TdClassName
{
border-color: #86FF0B;
}
.TagClassName
{
border-color: #86FF0B;
}
</style>