Shades of Light Green #86EB8C
Tints of Light Green #86EB8C
RGB
CMYK
RGB Variations
Color information
#86EB8C (or 0x86EB8C) is known color: Light Green. HEX triplet: 86, EB and 8C. RGB value is (134,235,140). Sum of RGB (Red+Green+Blue) = 134+235+140=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB8C is #791473. Grayscale: #C2C2C2. Windows color (decimal): -7935092 or 9235334. OLE color: 9235334.
HSL color Cylindrical-coordinate representation of color #86EB8C: hue angle of 123.56º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EB8C is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 235 | 140 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.08 |
| HSL | 123.56º | 0.72% | 0.72% | - |
| HSV(B) | 123.56º | 0.43% | 0.92% | - |
| XYZ | 44.27 | 66.38 | 35.29 | - |
| YUV | 193.97 | 97.54 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 235 | 140 | 0.43 | 0 | 0.40 | 0.08 | 123.56 | 0.72 | 0.72 |
| Hex | 86 | EB | 8C | 2B | 0 | 28 | 8 | 7C | 48 | 48 |
| Octal | 206 | 353 | 214 | 53 | 0 | 50 | 10 | 174 | 110 | 110 |
| Binary | 10000110 | 11101011 | 10001100 | 101011 | 0 | 101000 | 1000 | 1111100 | 1001000 | 1001000 |
Color Harmonies of #86EB8C
Complementary color
Monochromatic Colors of #86EB8C
Black with #86EB8C
Text Example
Text Example
White with #86EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EB8C; }
p { color: rgb(134,235,140); }
H1.HeaderClassName
{
color: #86EB8C;
}
.AnyTagClassName
{
color: #86EB8C;
}
</style>
background-color css
<style>
a { background-color: #86EB8C; }
a { background-color: rgb(134,235,140); }
div.DivClassName
{
background-color: #86EB8C;
}
.BgClassName
{
background-color: #86EB8C;
}
</style>
border-color css
<style>
span { border-color: #86EB8C; }
span { border-color: rgb(134,235,140); }
td.TdClassName
{
border-color: #86EB8C;
}
.TagClassName
{
border-color: #86EB8C;
}
</style>