Shades of Lawn Green #86F524
Tints of Lawn Green #86F524
RGB
CMYK
RGB Variations
Color information
#86F524 (or 0x86F524) is known color: Lawn Green. HEX triplet: 86, F5 and 24. RGB value is (134,245,36). Sum of RGB (Red+Green+Blue) = 134+245+36=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #86F524 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F524 is #790ADB. Grayscale: #BCBCBC. Windows color (decimal): -7932636 or 2422150. OLE color: 2422150.
HSL color Cylindrical-coordinate representation of color #86F524: hue angle of 91.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86F524 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 36 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.04 |
| HSL | 91.87º | 0.91% | 0.55% | - |
| HSV(B) | 91.87º | 0.85% | 0.96% | - |
| XYZ | 42.8 | 70.5 | 13.02 | - |
| YUV | 187.99 | 42.23 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 36 | 0.45 | 0 | 0.85 | 0.04 | 91.87 | 0.91 | 0.55 |
| Hex | 86 | F5 | 24 | 2D | 0 | 55 | 4 | 5C | 5B | 37 |
| Octal | 206 | 365 | 44 | 55 | 0 | 125 | 4 | 134 | 133 | 67 |
| Binary | 10000110 | 11110101 | 100100 | 101101 | 0 | 1010101 | 100 | 1011100 | 1011011 | 110111 |
Color Harmonies of #86F524
Complementary color
Monochromatic Colors of #86F524
Black with #86F524
Text Example
Text Example
White with #86F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F524; }
p { color: rgb(134,245,36); }
H1.HeaderClassName
{
color: #86F524;
}
.AnyTagClassName
{
color: #86F524;
}
</style>
background-color css
<style>
a { background-color: #86F524; }
a { background-color: rgb(134,245,36); }
div.DivClassName
{
background-color: #86F524;
}
.BgClassName
{
background-color: #86F524;
}
</style>
border-color css
<style>
span { border-color: #86F524; }
span { border-color: rgb(134,245,36); }
td.TdClassName
{
border-color: #86F524;
}
.TagClassName
{
border-color: #86F524;
}
</style>