Shades of Lawn Green #86D50C
Tints of Lawn Green #86D50C
RGB
CMYK
RGB Variations
Color information
#86D50C (or 0x86D50C) is known color: Lawn Green. HEX triplet: 86, D5 and 0C. RGB value is (134,213,12). Sum of RGB (Red+Green+Blue) = 134+213+12=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #86D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D50C is #792AF3. Grayscale: #A7A7A7. Windows color (decimal): -7940852 or 841094. OLE color: 841094.
HSL color Cylindrical-coordinate representation of color #86D50C: hue angle of 83.58º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86D50C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 12 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.16 |
| HSL | 83.58º | 0.89% | 0.44% | - |
| HSV(B) | 83.58º | 0.94% | 0.84% | - |
| XYZ | 33.69 | 52.68 | 8.74 | - |
| YUV | 166.47 | 40.83 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 12 | 0.37 | 0 | 0.94 | 0.16 | 83.58 | 0.89 | 0.44 |
| Hex | 86 | D5 | C | 25 | 0 | 5E | 10 | 54 | 59 | 2C |
| Octal | 206 | 325 | 14 | 45 | 0 | 136 | 20 | 124 | 131 | 54 |
| Binary | 10000110 | 11010101 | 1100 | 100101 | 0 | 1011110 | 10000 | 1010100 | 1011001 | 101100 |
Color Harmonies of #86D50C
Complementary color
Monochromatic Colors of #86D50C
Black with #86D50C
Text Example
Text Example
White with #86D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D50C; }
p { color: rgb(134,213,12); }
H1.HeaderClassName
{
color: #86D50C;
}
.AnyTagClassName
{
color: #86D50C;
}
</style>
background-color css
<style>
a { background-color: #86D50C; }
a { background-color: rgb(134,213,12); }
div.DivClassName
{
background-color: #86D50C;
}
.BgClassName
{
background-color: #86D50C;
}
</style>
border-color css
<style>
span { border-color: #86D50C; }
span { border-color: rgb(134,213,12); }
td.TdClassName
{
border-color: #86D50C;
}
.TagClassName
{
border-color: #86D50C;
}
</style>