Shades of Lawn Green #86F102
Tints of Lawn Green #86F102
RGB
CMYK
RGB Variations
Color information
#86F102 (or 0x86F102) is known color: Lawn Green. HEX triplet: 86, F1 and 02. RGB value is (134,241,2). Sum of RGB (Red+Green+Blue) = 134+241+2=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 241 (94.53% from 255 or 63.93% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 241 - color contains mainly: green. Hex color #86F102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F102 is #790EFD. Grayscale: #B6B6B6. Windows color (decimal): -7933694 or 192902. OLE color: 192902.
HSL color Cylindrical-coordinate representation of color #86F102: hue angle of 86.86º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86F102 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.05 |
| HSL | 86.86º | 0.98% | 0.48% | - |
| HSV(B) | 86.86º | 0.99% | 0.95% | - |
| XYZ | 41.3 | 67.98 | 11 | - |
| YUV | 181.76 | 26.55 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 2 | 0.44 | 0 | 0.99 | 0.05 | 86.86 | 0.98 | 0.48 |
| Hex | 86 | F1 | 2 | 2C | 0 | 63 | 5 | 57 | 62 | 30 |
| Octal | 206 | 361 | 2 | 54 | 0 | 143 | 5 | 127 | 142 | 60 |
| Binary | 10000110 | 11110001 | 10 | 101100 | 0 | 1100011 | 101 | 1010111 | 1100010 | 110000 |
Color Harmonies of #86F102
Complementary color
Monochromatic Colors of #86F102
Black with #86F102
Text Example
Text Example
White with #86F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F102; }
p { color: rgb(134,241,2); }
H1.HeaderClassName
{
color: #86F102;
}
.AnyTagClassName
{
color: #86F102;
}
</style>
background-color css
<style>
a { background-color: #86F102; }
a { background-color: rgb(134,241,2); }
div.DivClassName
{
background-color: #86F102;
}
.BgClassName
{
background-color: #86F102;
}
</style>
border-color css
<style>
span { border-color: #86F102; }
span { border-color: rgb(134,241,2); }
td.TdClassName
{
border-color: #86F102;
}
.TagClassName
{
border-color: #86F102;
}
</style>