Shades of Chartreuse #86FF00
Tints of Chartreuse #86FF00
RGB
CMYK
RGB Variations
Color information
#86FF00 (or 0x86FF00) is known color: Chartreuse. HEX triplet: 86, FF and 00. RGB value is (134,255,0). Sum of RGB (Red+Green+Blue) = 134+255+0=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FF00 is #7900FF. Grayscale: #BEBEBE. Windows color (decimal): -7930112 or 65414. OLE color: 65414.
HSL color Cylindrical-coordinate representation of color #86FF00: hue angle of 88.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86FF00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0 |
| HSL | 88.47º | 1% | 0.5% | - |
| HSV(B) | 88.47º | 1% | 1% | - |
| XYZ | 45.59 | 76.59 | 12.38 | - |
| YUV | 189.75 | 20.91 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 0 | 0.47 | 0 | 1 | 0 | 88.47 | 1 | 0.5 |
| Hex | 86 | FF | 0 | 2F | 0 | 64 | 0 | 58 | 64 | 32 |
| Octal | 206 | 377 | 0 | 57 | 0 | 144 | 0 | 130 | 144 | 62 |
| Binary | 10000110 | 11111111 | 0 | 101111 | 0 | 1100100 | 0 | 1011000 | 1100100 | 110010 |
Color Harmonies of #86FF00
Complementary color
Monochromatic Colors of #86FF00
Black with #86FF00
Text Example
Text Example
White with #86FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF00; }
p { color: rgb(134,255,0); }
H1.HeaderClassName
{
color: #86FF00;
}
.AnyTagClassName
{
color: #86FF00;
}
</style>
background-color css
<style>
a { background-color: #86FF00; }
a { background-color: rgb(134,255,0); }
div.DivClassName
{
background-color: #86FF00;
}
.BgClassName
{
background-color: #86FF00;
}
</style>
border-color css
<style>
span { border-color: #86FF00; }
span { border-color: rgb(134,255,0); }
td.TdClassName
{
border-color: #86FF00;
}
.TagClassName
{
border-color: #86FF00;
}
</style>