Shades of Chartreuse #86F502
Tints of Chartreuse #86F502
RGB
CMYK
RGB Variations
Color information
#86F502 (or 0x86F502) is known color: Chartreuse. HEX triplet: 86, F5 and 02. RGB value is (134,245,2). Sum of RGB (Red+Green+Blue) = 134+245+2=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #86F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F502 is #790AFD. Grayscale: #B8B8B8. Windows color (decimal): -7932670 or 193926. OLE color: 193926.
HSL color Cylindrical-coordinate representation of color #86F502: hue angle of 87.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86F502 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.04 |
| HSL | 87.41º | 0.98% | 0.48% | - |
| HSV(B) | 87.41º | 0.99% | 0.96% | - |
| XYZ | 42.49 | 70.38 | 11.4 | - |
| YUV | 184.11 | 25.23 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 2 | 0.45 | 0 | 0.99 | 0.04 | 87.41 | 0.98 | 0.48 |
| Hex | 86 | F5 | 2 | 2D | 0 | 63 | 4 | 57 | 62 | 30 |
| Octal | 206 | 365 | 2 | 55 | 0 | 143 | 4 | 127 | 142 | 60 |
| Binary | 10000110 | 11110101 | 10 | 101101 | 0 | 1100011 | 100 | 1010111 | 1100010 | 110000 |
Color Harmonies of #86F502
Complementary color
Monochromatic Colors of #86F502
Black with #86F502
Text Example
Text Example
White with #86F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F502; }
p { color: rgb(134,245,2); }
H1.HeaderClassName
{
color: #86F502;
}
.AnyTagClassName
{
color: #86F502;
}
</style>
background-color css
<style>
a { background-color: #86F502; }
a { background-color: rgb(134,245,2); }
div.DivClassName
{
background-color: #86F502;
}
.BgClassName
{
background-color: #86F502;
}
</style>
border-color css
<style>
span { border-color: #86F502; }
span { border-color: rgb(134,245,2); }
td.TdClassName
{
border-color: #86F502;
}
.TagClassName
{
border-color: #86F502;
}
</style>