Shades of Lawn Green #86DD0B
Tints of Lawn Green #86DD0B
RGB
CMYK
RGB Variations
Color information
#86DD0B (or 0x86DD0B) is known color: Lawn Green. HEX triplet: 86, DD and 0B. RGB value is (134,221,11). Sum of RGB (Red+Green+Blue) = 134+221+11=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DD0B is #7922F4. Grayscale: #ABABAB. Windows color (decimal): -7938805 or 777606. OLE color: 777606.
HSL color Cylindrical-coordinate representation of color #86DD0B: hue angle of 84.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86DD0B is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 11 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.13 |
| HSL | 84.86º | 0.91% | 0.45% | - |
| HSV(B) | 84.86º | 0.95% | 0.87% | - |
| XYZ | 35.75 | 56.81 | 9.4 | - |
| YUV | 171.05 | 37.68 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 11 | 0.39 | 0 | 0.95 | 0.13 | 84.86 | 0.91 | 0.45 |
| Hex | 86 | DD | B | 27 | 0 | 5F | D | 55 | 5B | 2D |
| Octal | 206 | 335 | 13 | 47 | 0 | 137 | 15 | 125 | 133 | 55 |
| Binary | 10000110 | 11011101 | 1011 | 100111 | 0 | 1011111 | 1101 | 1010101 | 1011011 | 101101 |
Color Harmonies of #86DD0B
Complementary color
Monochromatic Colors of #86DD0B
Black with #86DD0B
Text Example
Text Example
White with #86DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD0B; }
p { color: rgb(134,221,11); }
H1.HeaderClassName
{
color: #86DD0B;
}
.AnyTagClassName
{
color: #86DD0B;
}
</style>
background-color css
<style>
a { background-color: #86DD0B; }
a { background-color: rgb(134,221,11); }
div.DivClassName
{
background-color: #86DD0B;
}
.BgClassName
{
background-color: #86DD0B;
}
</style>
border-color css
<style>
span { border-color: #86DD0B; }
span { border-color: rgb(134,221,11); }
td.TdClassName
{
border-color: #86DD0B;
}
.TagClassName
{
border-color: #86DD0B;
}
</style>