Shades of Lawn Green #86E305
Tints of Lawn Green #86E305
RGB
CMYK
RGB Variations
Color information
#86E305 (or 0x86E305) is known color: Lawn Green. HEX triplet: 86, E3 and 05. RGB value is (134,227,5). Sum of RGB (Red+Green+Blue) = 134+227+5=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 227 (89.06% from 255 or 62.02% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 227 - color contains mainly: green. Hex color #86E305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86E305 is #791CFA. Grayscale: #AEAEAE. Windows color (decimal): -7937275 or 385926. OLE color: 385926.
HSL color Cylindrical-coordinate representation of color #86E305: hue angle of 85.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86E305 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 5 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.11 |
| HSL | 85.14º | 0.96% | 0.45% | - |
| HSV(B) | 85.14º | 0.98% | 0.89% | - |
| XYZ | 37.33 | 60.02 | 9.76 | - |
| YUV | 173.89 | 32.69 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 5 | 0.41 | 0 | 0.98 | 0.11 | 85.14 | 0.96 | 0.45 |
| Hex | 86 | E3 | 5 | 29 | 0 | 62 | B | 55 | 60 | 2D |
| Octal | 206 | 343 | 5 | 51 | 0 | 142 | 13 | 125 | 140 | 55 |
| Binary | 10000110 | 11100011 | 101 | 101001 | 0 | 1100010 | 1011 | 1010101 | 1100000 | 101101 |
Color Harmonies of #86E305
Complementary color
Monochromatic Colors of #86E305
Black with #86E305
Text Example
Text Example
White with #86E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E305; }
p { color: rgb(134,227,5); }
H1.HeaderClassName
{
color: #86E305;
}
.AnyTagClassName
{
color: #86E305;
}
</style>
background-color css
<style>
a { background-color: #86E305; }
a { background-color: rgb(134,227,5); }
div.DivClassName
{
background-color: #86E305;
}
.BgClassName
{
background-color: #86E305;
}
</style>
border-color css
<style>
span { border-color: #86E305; }
span { border-color: rgb(134,227,5); }
td.TdClassName
{
border-color: #86E305;
}
.TagClassName
{
border-color: #86E305;
}
</style>