Shades of Lawn Green #86D80F
Tints of Lawn Green #86D80F
RGB
CMYK
RGB Variations
Color information
#86D80F (or 0x86D80F) is known color: Lawn Green. HEX triplet: 86, D8 and 0F. RGB value is (134,216,15). Sum of RGB (Red+Green+Blue) = 134+216+15=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #86D80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D80F is #7927F0. Grayscale: #A9A9A9. Windows color (decimal): -7940081 or 1038470. OLE color: 1038470.
HSL color Cylindrical-coordinate representation of color #86D80F: hue angle of 84.48º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86D80F is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 15 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.15 |
| HSL | 84.48º | 0.87% | 0.45% | - |
| HSV(B) | 84.48º | 0.93% | 0.85% | - |
| XYZ | 34.47 | 54.21 | 9.1 | - |
| YUV | 168.57 | 41.33 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 15 | 0.38 | 0 | 0.93 | 0.15 | 84.48 | 0.87 | 0.45 |
| Hex | 86 | D8 | F | 26 | 0 | 5D | F | 54 | 57 | 2D |
| Octal | 206 | 330 | 17 | 46 | 0 | 135 | 17 | 124 | 127 | 55 |
| Binary | 10000110 | 11011000 | 1111 | 100110 | 0 | 1011101 | 1111 | 1010100 | 1010111 | 101101 |
Color Harmonies of #86D80F
Complementary color
Monochromatic Colors of #86D80F
Black with #86D80F
Text Example
Text Example
White with #86D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D80F; }
p { color: rgb(134,216,15); }
H1.HeaderClassName
{
color: #86D80F;
}
.AnyTagClassName
{
color: #86D80F;
}
</style>
background-color css
<style>
a { background-color: #86D80F; }
a { background-color: rgb(134,216,15); }
div.DivClassName
{
background-color: #86D80F;
}
.BgClassName
{
background-color: #86D80F;
}
</style>
border-color css
<style>
span { border-color: #86D80F; }
span { border-color: rgb(134,216,15); }
td.TdClassName
{
border-color: #86D80F;
}
.TagClassName
{
border-color: #86D80F;
}
</style>