Shades of Chartreuse #86FB10
Tints of Chartreuse #86FB10
RGB
CMYK
RGB Variations
Color information
#86FB10 (or 0x86FB10) is known color: Chartreuse. HEX triplet: 86, FB and 10. RGB value is (134,251,16). Sum of RGB (Red+Green+Blue) = 134+251+16=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FB10 is #7904EF. Grayscale: #BEBEBE. Windows color (decimal): -7931120 or 1112966. OLE color: 1112966.
HSL color Cylindrical-coordinate representation of color #86FB10: hue angle of 89.87º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86FB10 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 16 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.02 |
| HSL | 89.87º | 0.97% | 0.52% | - |
| HSV(B) | 89.87º | 0.94% | 0.98% | - |
| XYZ | 44.42 | 74.1 | 12.45 | - |
| YUV | 189.23 | 30.24 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 16 | 0.47 | 0 | 0.94 | 0.02 | 89.87 | 0.97 | 0.52 |
| Hex | 86 | FB | 10 | 2F | 0 | 5E | 2 | 5A | 61 | 34 |
| Octal | 206 | 373 | 20 | 57 | 0 | 136 | 2 | 132 | 141 | 64 |
| Binary | 10000110 | 11111011 | 10000 | 101111 | 0 | 1011110 | 10 | 1011010 | 1100001 | 110100 |
Color Harmonies of #86FB10
Complementary color
Monochromatic Colors of #86FB10
Black with #86FB10
Text Example
Text Example
White with #86FB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB10; }
p { color: rgb(134,251,16); }
H1.HeaderClassName
{
color: #86FB10;
}
.AnyTagClassName
{
color: #86FB10;
}
</style>
background-color css
<style>
a { background-color: #86FB10; }
a { background-color: rgb(134,251,16); }
div.DivClassName
{
background-color: #86FB10;
}
.BgClassName
{
background-color: #86FB10;
}
</style>
border-color css
<style>
span { border-color: #86FB10; }
span { border-color: rgb(134,251,16); }
td.TdClassName
{
border-color: #86FB10;
}
.TagClassName
{
border-color: #86FB10;
}
</style>