Shades of Light Green #86DF8B
Tints of Light Green #86DF8B
RGB
CMYK
RGB Variations
Color information
#86DF8B (or 0x86DF8B) is known color: Light Green. HEX triplet: 86, DF and 8B. RGB value is (134,223,139). Sum of RGB (Red+Green+Blue) = 134+223+139=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF8B is #792074. Grayscale: #BBBBBB. Windows color (decimal): -7938165 or 9166726. OLE color: 9166726.
HSL color Cylindrical-coordinate representation of color #86DF8B: hue angle of 123.37º 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 #86DF8B is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 139 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.13 |
| HSL | 123.37º | 0.58% | 0.7% | - |
| HSV(B) | 123.37º | 0.4% | 0.87% | - |
| XYZ | 40.88 | 59.71 | 33.8 | - |
| YUV | 186.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 139 | 0.40 | 0 | 0.38 | 0.13 | 123.37 | 0.58 | 0.7 |
| Hex | 86 | DF | 8B | 28 | 0 | 26 | D | 7B | 3A | 46 |
| Octal | 206 | 337 | 213 | 50 | 0 | 46 | 15 | 173 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10001011 | 101000 | 0 | 100110 | 1101 | 1111011 | 111010 | 1000110 |
Color Harmonies of #86DF8B
Complementary color
Monochromatic Colors of #86DF8B
Black with #86DF8B
Text Example
Text Example
White with #86DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF8B; }
p { color: rgb(134,223,139); }
H1.HeaderClassName
{
color: #86DF8B;
}
.AnyTagClassName
{
color: #86DF8B;
}
</style>
background-color css
<style>
a { background-color: #86DF8B; }
a { background-color: rgb(134,223,139); }
div.DivClassName
{
background-color: #86DF8B;
}
.BgClassName
{
background-color: #86DF8B;
}
</style>
border-color css
<style>
span { border-color: #86DF8B; }
span { border-color: rgb(134,223,139); }
td.TdClassName
{
border-color: #86DF8B;
}
.TagClassName
{
border-color: #86DF8B;
}
</style>