Shades of Lawn Green #86F11D
Tints of Lawn Green #86F11D
RGB
CMYK
RGB Variations
Color information
#86F11D (or 0x86F11D) is known color: Lawn Green. HEX triplet: 86, F1 and 1D. RGB value is (134,241,29). Sum of RGB (Red+Green+Blue) = 134+241+29=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #86F11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F11D is #790EE2. Grayscale: #B9B9B9. Windows color (decimal): -7933667 or 1962374. OLE color: 1962374.
HSL color Cylindrical-coordinate representation of color #86F11D: hue angle of 90.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86F11D is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 29 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.05 |
| HSL | 90.28º | 0.88% | 0.53% | - |
| HSV(B) | 90.28º | 0.88% | 0.95% | - |
| XYZ | 41.51 | 68.07 | 12.11 | - |
| YUV | 184.84 | 40.05 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 29 | 0.44 | 0 | 0.88 | 0.05 | 90.28 | 0.88 | 0.53 |
| Hex | 86 | F1 | 1D | 2C | 0 | 58 | 5 | 5A | 58 | 35 |
| Octal | 206 | 361 | 35 | 54 | 0 | 130 | 5 | 132 | 130 | 65 |
| Binary | 10000110 | 11110001 | 11101 | 101100 | 0 | 1011000 | 101 | 1011010 | 1011000 | 110101 |
Color Harmonies of #86F11D
Complementary color
Monochromatic Colors of #86F11D
Black with #86F11D
Text Example
Text Example
White with #86F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F11D; }
p { color: rgb(134,241,29); }
H1.HeaderClassName
{
color: #86F11D;
}
.AnyTagClassName
{
color: #86F11D;
}
</style>
background-color css
<style>
a { background-color: #86F11D; }
a { background-color: rgb(134,241,29); }
div.DivClassName
{
background-color: #86F11D;
}
.BgClassName
{
background-color: #86F11D;
}
</style>
border-color css
<style>
span { border-color: #86F11D; }
span { border-color: rgb(134,241,29); }
td.TdClassName
{
border-color: #86F11D;
}
.TagClassName
{
border-color: #86F11D;
}
</style>