Shades of Light Green #86E58B
Tints of Light Green #86E58B
RGB
CMYK
RGB Variations
Color information
#86E58B (or 0x86E58B) is known color: Light Green. HEX triplet: 86, E5 and 8B. RGB value is (134,229,139). Sum of RGB (Red+Green+Blue) = 134+229+139=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #86E58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E58B is #791A74. Grayscale: #BEBEBE. Windows color (decimal): -7936629 or 9168262. OLE color: 9168262.
HSL color Cylindrical-coordinate representation of color #86E58B: hue angle of 123.16º 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 #86E58B is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 139 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.10 |
| HSL | 123.16º | 0.65% | 0.71% | - |
| HSV(B) | 123.16º | 0.41% | 0.9% | - |
| XYZ | 42.51 | 62.97 | 34.34 | - |
| YUV | 190.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 139 | 0.41 | 0 | 0.39 | 0.10 | 123.16 | 0.65 | 0.71 |
| Hex | 86 | E5 | 8B | 29 | 0 | 27 | A | 7B | 41 | 47 |
| Octal | 206 | 345 | 213 | 51 | 0 | 47 | 12 | 173 | 101 | 107 |
| Binary | 10000110 | 11100101 | 10001011 | 101001 | 0 | 100111 | 1010 | 1111011 | 1000001 | 1000111 |
Color Harmonies of #86E58B
Complementary color
Monochromatic Colors of #86E58B
Black with #86E58B
Text Example
Text Example
White with #86E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E58B; }
p { color: rgb(134,229,139); }
H1.HeaderClassName
{
color: #86E58B;
}
.AnyTagClassName
{
color: #86E58B;
}
</style>
background-color css
<style>
a { background-color: #86E58B; }
a { background-color: rgb(134,229,139); }
div.DivClassName
{
background-color: #86E58B;
}
.BgClassName
{
background-color: #86E58B;
}
</style>
border-color css
<style>
span { border-color: #86E58B; }
span { border-color: rgb(134,229,139); }
td.TdClassName
{
border-color: #86E58B;
}
.TagClassName
{
border-color: #86E58B;
}
</style>