Shades of Light Green #86E28D
Tints of Light Green #86E28D
RGB
CMYK
RGB Variations
Color information
#86E28D (or 0x86E28D) is known color: Light Green. HEX triplet: 86, E2 and 8D. RGB value is (134,226,141). Sum of RGB (Red+Green+Blue) = 134+226+141=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #86E28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E28D is #791D72. Grayscale: #BDBDBD. Windows color (decimal): -7937395 or 9298566. OLE color: 9298566.
HSL color Cylindrical-coordinate representation of color #86E28D: hue angle of 124.57º degrees, saturation: 0.61, 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 #86E28D is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 141 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.11 |
| HSL | 124.57º | 0.61% | 0.71% | - |
| HSV(B) | 124.57º | 0.41% | 0.89% | - |
| XYZ | 41.84 | 61.38 | 34.84 | - |
| YUV | 188.8 | 101.02 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 141 | 0.41 | 0 | 0.38 | 0.11 | 124.57 | 0.61 | 0.71 |
| Hex | 86 | E2 | 8D | 29 | 0 | 26 | B | 7D | 3D | 47 |
| Octal | 206 | 342 | 215 | 51 | 0 | 46 | 13 | 175 | 75 | 107 |
| Binary | 10000110 | 11100010 | 10001101 | 101001 | 0 | 100110 | 1011 | 1111101 | 111101 | 1000111 |
Color Harmonies of #86E28D
Complementary color
Monochromatic Colors of #86E28D
Black with #86E28D
Text Example
Text Example
White with #86E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E28D; }
p { color: rgb(134,226,141); }
H1.HeaderClassName
{
color: #86E28D;
}
.AnyTagClassName
{
color: #86E28D;
}
</style>
background-color css
<style>
a { background-color: #86E28D; }
a { background-color: rgb(134,226,141); }
div.DivClassName
{
background-color: #86E28D;
}
.BgClassName
{
background-color: #86E28D;
}
</style>
border-color css
<style>
span { border-color: #86E28D; }
span { border-color: rgb(134,226,141); }
td.TdClassName
{
border-color: #86E28D;
}
.TagClassName
{
border-color: #86E28D;
}
</style>