Shades of Light Green #86F389
Tints of Light Green #86F389
RGB
CMYK
RGB Variations
Color information
#86F389 (or 0x86F389) is known color: Light Green. HEX triplet: 86, F3 and 89. RGB value is (134,243,137). Sum of RGB (Red+Green+Blue) = 134+243+137=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #86F389 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F389 is #790C76. Grayscale: #C6C6C6. Windows color (decimal): -7933047 or 9040774. OLE color: 9040774.
HSL color Cylindrical-coordinate representation of color #86F389: hue angle of 121.65º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F389 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 137 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.05 |
| HSL | 121.65º | 0.82% | 0.74% | - |
| HSV(B) | 121.65º | 0.45% | 0.95% | - |
| XYZ | 46.4 | 70.98 | 34.92 | - |
| YUV | 198.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 137 | 0.45 | 0 | 0.44 | 0.05 | 121.65 | 0.82 | 0.74 |
| Hex | 86 | F3 | 89 | 2D | 0 | 2C | 5 | 7A | 52 | 4A |
| Octal | 206 | 363 | 211 | 55 | 0 | 54 | 5 | 172 | 122 | 112 |
| Binary | 10000110 | 11110011 | 10001001 | 101101 | 0 | 101100 | 101 | 1111010 | 1010010 | 1001010 |
Color Harmonies of #86F389
Complementary color
Monochromatic Colors of #86F389
Black with #86F389
Text Example
Text Example
White with #86F389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F389; }
p { color: rgb(134,243,137); }
H1.HeaderClassName
{
color: #86F389;
}
.AnyTagClassName
{
color: #86F389;
}
</style>
background-color css
<style>
a { background-color: #86F389; }
a { background-color: rgb(134,243,137); }
div.DivClassName
{
background-color: #86F389;
}
.BgClassName
{
background-color: #86F389;
}
</style>
border-color css
<style>
span { border-color: #86F389; }
span { border-color: rgb(134,243,137); }
td.TdClassName
{
border-color: #86F389;
}
.TagClassName
{
border-color: #86F389;
}
</style>