Shades of Lawn Green #86ED25
Tints of Lawn Green #86ED25
RGB
CMYK
RGB Variations
Color information
#86ED25 (or 0x86ED25) is known color: Lawn Green. HEX triplet: 86, ED and 25. RGB value is (134,237,37). Sum of RGB (Red+Green+Blue) = 134+237+37=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86ED25 is #7912DA. Grayscale: #B8B8B8. Windows color (decimal): -7934683 or 2485638. OLE color: 2485638.
HSL color Cylindrical-coordinate representation of color #86ED25: hue angle of 90.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86ED25 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 37 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.07 |
| HSL | 90.9º | 0.85% | 0.54% | - |
| HSV(B) | 90.9º | 0.84% | 0.93% | - |
| XYZ | 40.45 | 65.77 | 12.31 | - |
| YUV | 183.4 | 45.38 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 37 | 0.43 | 0 | 0.84 | 0.07 | 90.9 | 0.85 | 0.54 |
| Hex | 86 | ED | 25 | 2B | 0 | 54 | 7 | 5B | 55 | 36 |
| Octal | 206 | 355 | 45 | 53 | 0 | 124 | 7 | 133 | 125 | 66 |
| Binary | 10000110 | 11101101 | 100101 | 101011 | 0 | 1010100 | 111 | 1011011 | 1010101 | 110110 |
Color Harmonies of #86ED25
Complementary color
Monochromatic Colors of #86ED25
Black with #86ED25
Text Example
Text Example
White with #86ED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED25; }
p { color: rgb(134,237,37); }
H1.HeaderClassName
{
color: #86ED25;
}
.AnyTagClassName
{
color: #86ED25;
}
</style>
background-color css
<style>
a { background-color: #86ED25; }
a { background-color: rgb(134,237,37); }
div.DivClassName
{
background-color: #86ED25;
}
.BgClassName
{
background-color: #86ED25;
}
</style>
border-color css
<style>
span { border-color: #86ED25; }
span { border-color: rgb(134,237,37); }
td.TdClassName
{
border-color: #86ED25;
}
.TagClassName
{
border-color: #86ED25;
}
</style>