Shades of Chartreuse #86F500
Tints of Chartreuse #86F500
RGB
CMYK
RGB Variations
Color information
#86F500 (or 0x86F500) is known color: Chartreuse. HEX triplet: 86, F5 and 00. RGB value is (134,245,0). Sum of RGB (Red+Green+Blue) = 134+245+0=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #86F500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F500 is #790AFF. Grayscale: #B8B8B8. Windows color (decimal): -7932672 or 62854. OLE color: 62854.
HSL color Cylindrical-coordinate representation of color #86F500: hue angle of 87.18º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86F500 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.04 |
| HSL | 87.18º | 1% | 0.48% | - |
| HSV(B) | 87.18º | 1% | 0.96% | - |
| XYZ | 42.48 | 70.37 | 11.34 | - |
| YUV | 183.88 | 24.23 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 0 | 0.45 | 0 | 1 | 0.04 | 87.18 | 1 | 0.48 |
| Hex | 86 | F5 | 0 | 2D | 0 | 64 | 4 | 57 | 64 | 30 |
| Octal | 206 | 365 | 0 | 55 | 0 | 144 | 4 | 127 | 144 | 60 |
| Binary | 10000110 | 11110101 | 0 | 101101 | 0 | 1100100 | 100 | 1010111 | 1100100 | 110000 |
Color Harmonies of #86F500
Complementary color
Monochromatic Colors of #86F500
Black with #86F500
Text Example
Text Example
White with #86F500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F500; }
p { color: rgb(134,245,0); }
H1.HeaderClassName
{
color: #86F500;
}
.AnyTagClassName
{
color: #86F500;
}
</style>
background-color css
<style>
a { background-color: #86F500; }
a { background-color: rgb(134,245,0); }
div.DivClassName
{
background-color: #86F500;
}
.BgClassName
{
background-color: #86F500;
}
</style>
border-color css
<style>
span { border-color: #86F500; }
span { border-color: rgb(134,245,0); }
td.TdClassName
{
border-color: #86F500;
}
.TagClassName
{
border-color: #86F500;
}
</style>