Shades of Chartreuse #86FF0F
Tints of Chartreuse #86FF0F
RGB
CMYK
RGB Variations
Color information
#86FF0F (or 0x86FF0F) is known color: Chartreuse. HEX triplet: 86, FF and 0F. RGB value is (134,255,15). Sum of RGB (Red+Green+Blue) = 134+255+15=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FF0F is #7900F0. Grayscale: #C0C0C0. Windows color (decimal): -7930097 or 1048454. OLE color: 1048454.
HSL color Cylindrical-coordinate representation of color #86FF0F: hue angle of 90.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86FF0F is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 15 | - |
| CMYK | 0.47 | 0 | 0.94 | 0 |
| HSL | 90.25º | 1% | 0.53% | - |
| HSV(B) | 90.25º | 0.94% | 1% | - |
| XYZ | 45.68 | 76.62 | 12.83 | - |
| YUV | 191.46 | 28.41 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 15 | 0.47 | 0 | 0.94 | 0 | 90.25 | 1 | 0.53 |
| Hex | 86 | FF | F | 2F | 0 | 5E | 0 | 5A | 64 | 35 |
| Octal | 206 | 377 | 17 | 57 | 0 | 136 | 0 | 132 | 144 | 65 |
| Binary | 10000110 | 11111111 | 1111 | 101111 | 0 | 1011110 | 0 | 1011010 | 1100100 | 110101 |
Color Harmonies of #86FF0F
Complementary color
Monochromatic Colors of #86FF0F
Black with #86FF0F
Text Example
Text Example
White with #86FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF0F; }
p { color: rgb(134,255,15); }
H1.HeaderClassName
{
color: #86FF0F;
}
.AnyTagClassName
{
color: #86FF0F;
}
</style>
background-color css
<style>
a { background-color: #86FF0F; }
a { background-color: rgb(134,255,15); }
div.DivClassName
{
background-color: #86FF0F;
}
.BgClassName
{
background-color: #86FF0F;
}
</style>
border-color css
<style>
span { border-color: #86FF0F; }
span { border-color: rgb(134,255,15); }
td.TdClassName
{
border-color: #86FF0F;
}
.TagClassName
{
border-color: #86FF0F;
}
</style>