Shades of Light Green #86DD90
Tints of Light Green #86DD90
RGB
CMYK
RGB Variations
Color information
#86DD90 (or 0x86DD90) is known color: Light Green. HEX triplet: 86, DD and 90. RGB value is (134,221,144). Sum of RGB (Red+Green+Blue) = 134+221+144=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD90 is #79226F. Grayscale: #BABABA. Windows color (decimal): -7938672 or 9493894. OLE color: 9493894.
HSL color Cylindrical-coordinate representation of color #86DD90: hue angle of 126.9º 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 #86DD90 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 144 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.13 |
| HSL | 126.9º | 0.56% | 0.7% | - |
| HSV(B) | 126.9º | 0.39% | 0.87% | - |
| XYZ | 40.72 | 58.79 | 35.59 | - |
| YUV | 186.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 144 | 0.39 | 0 | 0.35 | 0.13 | 126.9 | 0.56 | 0.7 |
| Hex | 86 | DD | 90 | 27 | 0 | 23 | D | 7F | 38 | 46 |
| Octal | 206 | 335 | 220 | 47 | 0 | 43 | 15 | 177 | 70 | 106 |
| Binary | 10000110 | 11011101 | 10010000 | 100111 | 0 | 100011 | 1101 | 1111111 | 111000 | 1000110 |
Color Harmonies of #86DD90
Complementary color
Monochromatic Colors of #86DD90
Black with #86DD90
Text Example
Text Example
White with #86DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD90; }
p { color: rgb(134,221,144); }
H1.HeaderClassName
{
color: #86DD90;
}
.AnyTagClassName
{
color: #86DD90;
}
</style>
background-color css
<style>
a { background-color: #86DD90; }
a { background-color: rgb(134,221,144); }
div.DivClassName
{
background-color: #86DD90;
}
.BgClassName
{
background-color: #86DD90;
}
</style>
border-color css
<style>
span { border-color: #86DD90; }
span { border-color: rgb(134,221,144); }
td.TdClassName
{
border-color: #86DD90;
}
.TagClassName
{
border-color: #86DD90;
}
</style>