Shades of Light Green #86E985
Tints of Light Green #86E985
RGB
CMYK
RGB Variations
Color information
#86E985 (or 0x86E985) is known color: Light Green. HEX triplet: 86, E9 and 85. RGB value is (134,233,133). Sum of RGB (Red+Green+Blue) = 134+233+133=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #86E985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E985 is #79167A. Grayscale: #C0C0C0. Windows color (decimal): -7935611 or 8776070. OLE color: 8776070.
HSL color Cylindrical-coordinate representation of color #86E985: hue angle of 119.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86E985 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 133 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.09 |
| HSL | 119.4º | 0.69% | 0.72% | - |
| HSV(B) | 119.4º | 0.43% | 0.91% | - |
| XYZ | 43.2 | 65.04 | 32.47 | - |
| YUV | 192 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 133 | 0.42 | 0 | 0.43 | 0.09 | 119.4 | 0.69 | 0.72 |
| Hex | 86 | E9 | 85 | 2A | 0 | 2B | 9 | 77 | 45 | 48 |
| Octal | 206 | 351 | 205 | 52 | 0 | 53 | 11 | 167 | 105 | 110 |
| Binary | 10000110 | 11101001 | 10000101 | 101010 | 0 | 101011 | 1001 | 1110111 | 1000101 | 1001000 |
Color Harmonies of #86E985
Complementary color
Monochromatic Colors of #86E985
Black with #86E985
Text Example
Text Example
White with #86E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E985; }
p { color: rgb(134,233,133); }
H1.HeaderClassName
{
color: #86E985;
}
.AnyTagClassName
{
color: #86E985;
}
</style>
background-color css
<style>
a { background-color: #86E985; }
a { background-color: rgb(134,233,133); }
div.DivClassName
{
background-color: #86E985;
}
.BgClassName
{
background-color: #86E985;
}
</style>
border-color css
<style>
span { border-color: #86E985; }
span { border-color: rgb(134,233,133); }
td.TdClassName
{
border-color: #86E985;
}
.TagClassName
{
border-color: #86E985;
}
</style>