Shades of Lawn Green #86F322
Tints of Lawn Green #86F322
RGB
CMYK
RGB Variations
Color information
#86F322 (or 0x86F322) is known color: Lawn Green. HEX triplet: 86, F3 and 22. RGB value is (134,243,34). Sum of RGB (Red+Green+Blue) = 134+243+34=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #86F322 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F322 is #790CDD. Grayscale: #BBBBBB. Windows color (decimal): -7933150 or 2290566. OLE color: 2290566.
HSL color Cylindrical-coordinate representation of color #86F322: hue angle of 91.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86F322 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 34 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.05 |
| HSL | 91.29º | 0.9% | 0.54% | - |
| HSV(B) | 91.29º | 0.86% | 0.95% | - |
| XYZ | 42.17 | 69.29 | 12.66 | - |
| YUV | 186.58 | 41.89 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 34 | 0.45 | 0 | 0.86 | 0.05 | 91.29 | 0.9 | 0.54 |
| Hex | 86 | F3 | 22 | 2D | 0 | 56 | 5 | 5B | 5A | 36 |
| Octal | 206 | 363 | 42 | 55 | 0 | 126 | 5 | 133 | 132 | 66 |
| Binary | 10000110 | 11110011 | 100010 | 101101 | 0 | 1010110 | 101 | 1011011 | 1011010 | 110110 |
Color Harmonies of #86F322
Complementary color
Monochromatic Colors of #86F322
Black with #86F322
Text Example
Text Example
White with #86F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F322; }
p { color: rgb(134,243,34); }
H1.HeaderClassName
{
color: #86F322;
}
.AnyTagClassName
{
color: #86F322;
}
</style>
background-color css
<style>
a { background-color: #86F322; }
a { background-color: rgb(134,243,34); }
div.DivClassName
{
background-color: #86F322;
}
.BgClassName
{
background-color: #86F322;
}
</style>
border-color css
<style>
span { border-color: #86F322; }
span { border-color: rgb(134,243,34); }
td.TdClassName
{
border-color: #86F322;
}
.TagClassName
{
border-color: #86F322;
}
</style>