Shades of Light Green #86FA89
Tints of Light Green #86FA89
RGB
CMYK
RGB Variations
Color information
#86FA89 (or 0x86FA89) is known color: Light Green. HEX triplet: 86, FA and 89. RGB value is (134,250,137). Sum of RGB (Red+Green+Blue) = 134+250+137=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FA89 is #790576. Grayscale: #CACACA. Windows color (decimal): -7931255 or 9042566. OLE color: 9042566.
HSL color Cylindrical-coordinate representation of color #86FA89: hue angle of 121.55º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FA89 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 137 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.02 |
| HSL | 121.55º | 0.92% | 0.75% | - |
| HSV(B) | 121.55º | 0.46% | 0.98% | - |
| XYZ | 48.53 | 75.25 | 35.63 | - |
| YUV | 202.43 | 91.07 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 137 | 0.46 | 0 | 0.45 | 0.02 | 121.55 | 0.92 | 0.75 |
| Hex | 86 | FA | 89 | 2E | 0 | 2D | 2 | 7A | 5C | 4B |
| Octal | 206 | 372 | 211 | 56 | 0 | 55 | 2 | 172 | 134 | 113 |
| Binary | 10000110 | 11111010 | 10001001 | 101110 | 0 | 101101 | 10 | 1111010 | 1011100 | 1001011 |
Color Harmonies of #86FA89
Complementary color
Monochromatic Colors of #86FA89
Black with #86FA89
Text Example
Text Example
White with #86FA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA89; }
p { color: rgb(134,250,137); }
H1.HeaderClassName
{
color: #86FA89;
}
.AnyTagClassName
{
color: #86FA89;
}
</style>
background-color css
<style>
a { background-color: #86FA89; }
a { background-color: rgb(134,250,137); }
div.DivClassName
{
background-color: #86FA89;
}
.BgClassName
{
background-color: #86FA89;
}
</style>
border-color css
<style>
span { border-color: #86FA89; }
span { border-color: rgb(134,250,137); }
td.TdClassName
{
border-color: #86FA89;
}
.TagClassName
{
border-color: #86FA89;
}
</style>