Shades of Light Green #86DD99
Tints of Light Green #86DD99
RGB
CMYK
RGB Variations
Color information
#86DD99 (or 0x86DD99) is known color: Light Green. HEX triplet: 86, DD and 99. RGB value is (134,221,153). Sum of RGB (Red+Green+Blue) = 134+221+153=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD99 is #792266. Grayscale: #BBBBBB. Windows color (decimal): -7938663 or 10083718. OLE color: 10083718.
HSL color Cylindrical-coordinate representation of color #86DD99: hue angle of 133.1º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD99 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 153 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.13 |
| HSL | 133.1º | 0.56% | 0.7% | - |
| HSV(B) | 133.1º | 0.39% | 0.87% | - |
| XYZ | 41.44 | 59.08 | 39.36 | - |
| YUV | 187.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 153 | 0.39 | 0 | 0.31 | 0.13 | 133.1 | 0.56 | 0.7 |
| Hex | 86 | DD | 99 | 27 | 0 | 1F | D | 85 | 38 | 46 |
| Octal | 206 | 335 | 231 | 47 | 0 | 37 | 15 | 205 | 70 | 106 |
| Binary | 10000110 | 11011101 | 10011001 | 100111 | 0 | 11111 | 1101 | 10000101 | 111000 | 1000110 |
Color Harmonies of #86DD99
Complementary color
Monochromatic Colors of #86DD99
Black with #86DD99
Text Example
Text Example
White with #86DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD99; }
p { color: rgb(134,221,153); }
H1.HeaderClassName
{
color: #86DD99;
}
.AnyTagClassName
{
color: #86DD99;
}
</style>
background-color css
<style>
a { background-color: #86DD99; }
a { background-color: rgb(134,221,153); }
div.DivClassName
{
background-color: #86DD99;
}
.BgClassName
{
background-color: #86DD99;
}
</style>
border-color css
<style>
span { border-color: #86DD99; }
span { border-color: rgb(134,221,153); }
td.TdClassName
{
border-color: #86DD99;
}
.TagClassName
{
border-color: #86DD99;
}
</style>