Shades of Light Green #86F187
Tints of Light Green #86F187
RGB
CMYK
RGB Variations
Color information
#86F187 (or 0x86F187) is known color: Light Green. HEX triplet: 86, F1 and 87. RGB value is (134,241,135). Sum of RGB (Red+Green+Blue) = 134+241+135=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #86F187 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F187 is #790E78. Grayscale: #C5C5C5. Windows color (decimal): -7933561 or 8909190. OLE color: 8909190.
HSL color Cylindrical-coordinate representation of color #86F187: hue angle of 120.56º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F187 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 135 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.05 |
| HSL | 120.56º | 0.79% | 0.74% | - |
| HSV(B) | 120.56º | 0.44% | 0.95% | - |
| XYZ | 45.66 | 69.73 | 33.97 | - |
| YUV | 196.92 | 93.05 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 135 | 0.44 | 0 | 0.44 | 0.05 | 120.56 | 0.79 | 0.74 |
| Hex | 86 | F1 | 87 | 2C | 0 | 2C | 5 | 79 | 4F | 4A |
| Octal | 206 | 361 | 207 | 54 | 0 | 54 | 5 | 171 | 117 | 112 |
| Binary | 10000110 | 11110001 | 10000111 | 101100 | 0 | 101100 | 101 | 1111001 | 1001111 | 1001010 |
Color Harmonies of #86F187
Complementary color
Monochromatic Colors of #86F187
Black with #86F187
Text Example
Text Example
White with #86F187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F187; }
p { color: rgb(134,241,135); }
H1.HeaderClassName
{
color: #86F187;
}
.AnyTagClassName
{
color: #86F187;
}
</style>
background-color css
<style>
a { background-color: #86F187; }
a { background-color: rgb(134,241,135); }
div.DivClassName
{
background-color: #86F187;
}
.BgClassName
{
background-color: #86F187;
}
</style>
border-color css
<style>
span { border-color: #86F187; }
span { border-color: rgb(134,241,135); }
td.TdClassName
{
border-color: #86F187;
}
.TagClassName
{
border-color: #86F187;
}
</style>