Shades of Light Green #86E98D
Tints of Light Green #86E98D
RGB
CMYK
RGB Variations
Color information
#86E98D (or 0x86E98D) is known color: Light Green. HEX triplet: 86, E9 and 8D. RGB value is (134,233,141). Sum of RGB (Red+Green+Blue) = 134+233+141=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #86E98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E98D is #791672. Grayscale: #C1C1C1. Windows color (decimal): -7935603 or 9300358. OLE color: 9300358.
HSL color Cylindrical-coordinate representation of color #86E98D: hue angle of 124.24º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E98D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 141 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.09 |
| HSL | 124.24º | 0.69% | 0.72% | - |
| HSV(B) | 124.24º | 0.42% | 0.91% | - |
| XYZ | 43.78 | 65.27 | 35.49 | - |
| YUV | 192.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 141 | 0.42 | 0 | 0.39 | 0.09 | 124.24 | 0.69 | 0.72 |
| Hex | 86 | E9 | 8D | 2A | 0 | 27 | 9 | 7C | 45 | 48 |
| Octal | 206 | 351 | 215 | 52 | 0 | 47 | 11 | 174 | 105 | 110 |
| Binary | 10000110 | 11101001 | 10001101 | 101010 | 0 | 100111 | 1001 | 1111100 | 1000101 | 1001000 |
Color Harmonies of #86E98D
Complementary color
Monochromatic Colors of #86E98D
Black with #86E98D
Text Example
Text Example
White with #86E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E98D; }
p { color: rgb(134,233,141); }
H1.HeaderClassName
{
color: #86E98D;
}
.AnyTagClassName
{
color: #86E98D;
}
</style>
background-color css
<style>
a { background-color: #86E98D; }
a { background-color: rgb(134,233,141); }
div.DivClassName
{
background-color: #86E98D;
}
.BgClassName
{
background-color: #86E98D;
}
</style>
border-color css
<style>
span { border-color: #86E98D; }
span { border-color: rgb(134,233,141); }
td.TdClassName
{
border-color: #86E98D;
}
.TagClassName
{
border-color: #86E98D;
}
</style>