Shades of Light Green #86F584
Tints of Light Green #86F584
RGB
CMYK
RGB Variations
Color information
#86F584 (or 0x86F584) is known color: Light Green. HEX triplet: 86, F5 and 84. RGB value is (134,245,132). Sum of RGB (Red+Green+Blue) = 134+245+132=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #86F584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F584 is #790A7B. Grayscale: #C7C7C7. Windows color (decimal): -7932540 or 8713606. OLE color: 8713606.
HSL color Cylindrical-coordinate representation of color #86F584: hue angle of 118.94º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F584 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 132 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.04 |
| HSL | 118.94º | 0.85% | 0.74% | - |
| HSV(B) | 118.94º | 0.46% | 0.96% | - |
| XYZ | 46.65 | 72.04 | 33.28 | - |
| YUV | 198.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 132 | 0.45 | 0 | 0.46 | 0.04 | 118.94 | 0.85 | 0.74 |
| Hex | 86 | F5 | 84 | 2D | 0 | 2E | 4 | 77 | 55 | 4A |
| Octal | 206 | 365 | 204 | 55 | 0 | 56 | 4 | 167 | 125 | 112 |
| Binary | 10000110 | 11110101 | 10000100 | 101101 | 0 | 101110 | 100 | 1110111 | 1010101 | 1001010 |
Color Harmonies of #86F584
Complementary color
Monochromatic Colors of #86F584
Black with #86F584
Text Example
Text Example
White with #86F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F584; }
p { color: rgb(134,245,132); }
H1.HeaderClassName
{
color: #86F584;
}
.AnyTagClassName
{
color: #86F584;
}
</style>
background-color css
<style>
a { background-color: #86F584; }
a { background-color: rgb(134,245,132); }
div.DivClassName
{
background-color: #86F584;
}
.BgClassName
{
background-color: #86F584;
}
</style>
border-color css
<style>
span { border-color: #86F584; }
span { border-color: rgb(134,245,132); }
td.TdClassName
{
border-color: #86F584;
}
.TagClassName
{
border-color: #86F584;
}
</style>