Shades of Light Green #86DF99
Tints of Light Green #86DF99
RGB
CMYK
RGB Variations
Color information
#86DF99 (or 0x86DF99) is known color: Light Green. HEX triplet: 86, DF and 99. RGB value is (134,223,153). Sum of RGB (Red+Green+Blue) = 134+223+153=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF99 is #792066. Grayscale: #BCBCBC. Windows color (decimal): -7938151 or 10084230. OLE color: 10084230.
HSL color Cylindrical-coordinate representation of color #86DF99: hue angle of 132.81º 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 #86DF99 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 153 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.13 |
| HSL | 132.81º | 0.58% | 0.7% | - |
| HSV(B) | 132.81º | 0.4% | 0.87% | - |
| XYZ | 41.97 | 60.14 | 39.53 | - |
| YUV | 188.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 153 | 0.40 | 0 | 0.31 | 0.13 | 132.81 | 0.58 | 0.7 |
| Hex | 86 | DF | 99 | 28 | 0 | 1F | D | 85 | 3A | 46 |
| Octal | 206 | 337 | 231 | 50 | 0 | 37 | 15 | 205 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10011001 | 101000 | 0 | 11111 | 1101 | 10000101 | 111010 | 1000110 |
Color Harmonies of #86DF99
Complementary color
Monochromatic Colors of #86DF99
Black with #86DF99
Text Example
Text Example
White with #86DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF99; }
p { color: rgb(134,223,153); }
H1.HeaderClassName
{
color: #86DF99;
}
.AnyTagClassName
{
color: #86DF99;
}
</style>
background-color css
<style>
a { background-color: #86DF99; }
a { background-color: rgb(134,223,153); }
div.DivClassName
{
background-color: #86DF99;
}
.BgClassName
{
background-color: #86DF99;
}
</style>
border-color css
<style>
span { border-color: #86DF99; }
span { border-color: rgb(134,223,153); }
td.TdClassName
{
border-color: #86DF99;
}
.TagClassName
{
border-color: #86DF99;
}
</style>