Shades of Lawn Green #86D703
Tints of Lawn Green #86D703
RGB
CMYK
RGB Variations
Color information
#86D703 (or 0x86D703) is known color: Lawn Green. HEX triplet: 86, D7 and 03. RGB value is (134,215,3). Sum of RGB (Red+Green+Blue) = 134+215+3=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #86D703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D703 is #7928FC. Grayscale: #A7A7A7. Windows color (decimal): -7940349 or 251782. OLE color: 251782.
HSL color Cylindrical-coordinate representation of color #86D703: hue angle of 82.92º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86D703 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.16 |
| HSL | 82.92º | 0.97% | 0.43% | - |
| HSV(B) | 82.92º | 0.99% | 0.84% | - |
| XYZ | 34.15 | 53.68 | 8.65 | - |
| YUV | 166.61 | 35.66 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 3 | 0.38 | 0 | 0.99 | 0.16 | 82.92 | 0.97 | 0.43 |
| Hex | 86 | D7 | 3 | 26 | 0 | 63 | 10 | 53 | 61 | 2B |
| Octal | 206 | 327 | 3 | 46 | 0 | 143 | 20 | 123 | 141 | 53 |
| Binary | 10000110 | 11010111 | 11 | 100110 | 0 | 1100011 | 10000 | 1010011 | 1100001 | 101011 |
Color Harmonies of #86D703
Complementary color
Monochromatic Colors of #86D703
Black with #86D703
Text Example
Text Example
White with #86D703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D703; }
p { color: rgb(134,215,3); }
H1.HeaderClassName
{
color: #86D703;
}
.AnyTagClassName
{
color: #86D703;
}
</style>
background-color css
<style>
a { background-color: #86D703; }
a { background-color: rgb(134,215,3); }
div.DivClassName
{
background-color: #86D703;
}
.BgClassName
{
background-color: #86D703;
}
</style>
border-color css
<style>
span { border-color: #86D703; }
span { border-color: rgb(134,215,3); }
td.TdClassName
{
border-color: #86D703;
}
.TagClassName
{
border-color: #86D703;
}
</style>