Shades of Light Green #86F57A
Tints of Light Green #86F57A
RGB
CMYK
RGB Variations
Color information
#86F57A (or 0x86F57A) is known color: Light Green. HEX triplet: 86, F5 and 7A. RGB value is (134,245,122). Sum of RGB (Red+Green+Blue) = 134+245+122=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #86F57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F57A is #790A85. Grayscale: #C6C6C6. Windows color (decimal): -7932550 or 8058246. OLE color: 8058246.
HSL color Cylindrical-coordinate representation of color #86F57A: hue angle of 114.15º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86F57A is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 122 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.04 |
| HSL | 114.15º | 0.86% | 0.72% | - |
| HSV(B) | 114.15º | 0.5% | 0.96% | - |
| XYZ | 46 | 71.78 | 29.84 | - |
| YUV | 197.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 122 | 0.45 | 0 | 0.50 | 0.04 | 114.15 | 0.86 | 0.72 |
| Hex | 86 | F5 | 7A | 2D | 0 | 32 | 4 | 72 | 56 | 48 |
| Octal | 206 | 365 | 172 | 55 | 0 | 62 | 4 | 162 | 126 | 110 |
| Binary | 10000110 | 11110101 | 1111010 | 101101 | 0 | 110010 | 100 | 1110010 | 1010110 | 1001000 |
Color Harmonies of #86F57A
Complementary color
Monochromatic Colors of #86F57A
Black with #86F57A
Text Example
Text Example
White with #86F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F57A; }
p { color: rgb(134,245,122); }
H1.HeaderClassName
{
color: #86F57A;
}
.AnyTagClassName
{
color: #86F57A;
}
</style>
background-color css
<style>
a { background-color: #86F57A; }
a { background-color: rgb(134,245,122); }
div.DivClassName
{
background-color: #86F57A;
}
.BgClassName
{
background-color: #86F57A;
}
</style>
border-color css
<style>
span { border-color: #86F57A; }
span { border-color: rgb(134,245,122); }
td.TdClassName
{
border-color: #86F57A;
}
.TagClassName
{
border-color: #86F57A;
}
</style>