Shades of Light Green #86E58C
Tints of Light Green #86E58C
RGB
CMYK
RGB Variations
Color information
#86E58C (or 0x86E58C) is known color: Light Green. HEX triplet: 86, E5 and 8C. RGB value is (134,229,140). Sum of RGB (Red+Green+Blue) = 134+229+140=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #86E58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E58C is #791A73. Grayscale: #BEBEBE. Windows color (decimal): -7936628 or 9233798. OLE color: 9233798.
HSL color Cylindrical-coordinate representation of color #86E58C: hue angle of 123.79º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E58C is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 140 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.10 |
| HSL | 123.79º | 0.65% | 0.71% | - |
| HSV(B) | 123.79º | 0.41% | 0.9% | - |
| XYZ | 42.58 | 63 | 34.73 | - |
| YUV | 190.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 140 | 0.41 | 0 | 0.39 | 0.10 | 123.79 | 0.65 | 0.71 |
| Hex | 86 | E5 | 8C | 29 | 0 | 27 | A | 7C | 41 | 47 |
| Octal | 206 | 345 | 214 | 51 | 0 | 47 | 12 | 174 | 101 | 107 |
| Binary | 10000110 | 11100101 | 10001100 | 101001 | 0 | 100111 | 1010 | 1111100 | 1000001 | 1000111 |
Color Harmonies of #86E58C
Complementary color
Monochromatic Colors of #86E58C
Black with #86E58C
Text Example
Text Example
White with #86E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E58C; }
p { color: rgb(134,229,140); }
H1.HeaderClassName
{
color: #86E58C;
}
.AnyTagClassName
{
color: #86E58C;
}
</style>
background-color css
<style>
a { background-color: #86E58C; }
a { background-color: rgb(134,229,140); }
div.DivClassName
{
background-color: #86E58C;
}
.BgClassName
{
background-color: #86E58C;
}
</style>
border-color css
<style>
span { border-color: #86E58C; }
span { border-color: rgb(134,229,140); }
td.TdClassName
{
border-color: #86E58C;
}
.TagClassName
{
border-color: #86E58C;
}
</style>