Shades of Light Green #86DF97
Tints of Light Green #86DF97
RGB
CMYK
RGB Variations
Color information
#86DF97 (or 0x86DF97) is known color: Light Green. HEX triplet: 86, DF and 97. RGB value is (134,223,151). Sum of RGB (Red+Green+Blue) = 134+223+151=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF97 is #792068. Grayscale: #BCBCBC. Windows color (decimal): -7938153 or 9953158. OLE color: 9953158.
HSL color Cylindrical-coordinate representation of color #86DF97: hue angle of 131.46º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF97 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 151 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.13 |
| HSL | 131.46º | 0.58% | 0.7% | - |
| HSV(B) | 131.46º | 0.4% | 0.87% | - |
| XYZ | 41.81 | 60.08 | 38.67 | - |
| YUV | 188.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 151 | 0.40 | 0 | 0.32 | 0.13 | 131.46 | 0.58 | 0.7 |
| Hex | 86 | DF | 97 | 28 | 0 | 20 | D | 83 | 3A | 46 |
| Octal | 206 | 337 | 227 | 50 | 0 | 40 | 15 | 203 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10010111 | 101000 | 0 | 100000 | 1101 | 10000011 | 111010 | 1000110 |
Color Harmonies of #86DF97
Complementary color
Monochromatic Colors of #86DF97
Black with #86DF97
Text Example
Text Example
White with #86DF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF97; }
p { color: rgb(134,223,151); }
H1.HeaderClassName
{
color: #86DF97;
}
.AnyTagClassName
{
color: #86DF97;
}
</style>
background-color css
<style>
a { background-color: #86DF97; }
a { background-color: rgb(134,223,151); }
div.DivClassName
{
background-color: #86DF97;
}
.BgClassName
{
background-color: #86DF97;
}
</style>
border-color css
<style>
span { border-color: #86DF97; }
span { border-color: rgb(134,223,151); }
td.TdClassName
{
border-color: #86DF97;
}
.TagClassName
{
border-color: #86DF97;
}
</style>