Shades of Light Green #86E385
Tints of Light Green #86E385
RGB
CMYK
RGB Variations
Color information
#86E385 (or 0x86E385) is known color: Light Green. HEX triplet: 86, E3 and 85. RGB value is (134,227,133). Sum of RGB (Red+Green+Blue) = 134+227+133=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #86E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E385 is #791C7A. Grayscale: #BCBCBC. Windows color (decimal): -7937147 or 8774534. OLE color: 8774534.
HSL color Cylindrical-coordinate representation of color #86E385: hue angle of 119.36º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E385 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 133 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.11 |
| HSL | 119.36º | 0.63% | 0.71% | - |
| HSV(B) | 119.36º | 0.41% | 0.89% | - |
| XYZ | 41.53 | 61.7 | 31.91 | - |
| YUV | 188.48 | 96.69 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 133 | 0.41 | 0 | 0.41 | 0.11 | 119.36 | 0.63 | 0.71 |
| Hex | 86 | E3 | 85 | 29 | 0 | 29 | B | 77 | 3F | 47 |
| Octal | 206 | 343 | 205 | 51 | 0 | 51 | 13 | 167 | 77 | 107 |
| Binary | 10000110 | 11100011 | 10000101 | 101001 | 0 | 101001 | 1011 | 1110111 | 111111 | 1000111 |
Color Harmonies of #86E385
Complementary color
Monochromatic Colors of #86E385
Black with #86E385
Text Example
Text Example
White with #86E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E385; }
p { color: rgb(134,227,133); }
H1.HeaderClassName
{
color: #86E385;
}
.AnyTagClassName
{
color: #86E385;
}
</style>
background-color css
<style>
a { background-color: #86E385; }
a { background-color: rgb(134,227,133); }
div.DivClassName
{
background-color: #86E385;
}
.BgClassName
{
background-color: #86E385;
}
</style>
border-color css
<style>
span { border-color: #86E385; }
span { border-color: rgb(134,227,133); }
td.TdClassName
{
border-color: #86E385;
}
.TagClassName
{
border-color: #86E385;
}
</style>