Shades of Emerald #40D886
Tints of Emerald #40D886
RGB
CMYK
RGB Variations
Color information
#40D886 (or 0x40D886) is known color: Emerald. HEX triplet: 40, D8 and 86. RGB value is (64,216,134). Sum of RGB (Red+Green+Blue) = 64+216+134=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #40D886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D886 is #BF2779. Grayscale: #A1A1A1. Windows color (decimal): -12527482 or 8837184. OLE color: 8837184.
HSL color Cylindrical-coordinate representation of color #40D886: hue angle of 147.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D886 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 134 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.15 |
| HSL | 147.63º | 0.66% | 0.55% | - |
| HSV(B) | 147.63º | 0.7% | 0.85% | - |
| XYZ | 30.97 | 51.92 | 30.94 | - |
| YUV | 161.2 | 112.64 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 134 | 0.70 | 0 | 0.38 | 0.15 | 147.63 | 0.66 | 0.55 |
| Hex | 40 | D8 | 86 | 46 | 0 | 26 | F | 94 | 42 | 37 |
| Octal | 100 | 330 | 206 | 106 | 0 | 46 | 17 | 224 | 102 | 67 |
| Binary | 1000000 | 11011000 | 10000110 | 1000110 | 0 | 100110 | 1111 | 10010100 | 1000010 | 110111 |
Color Harmonies of #40D886
Complementary color
Monochromatic Colors of #40D886
Black with #40D886
Text Example
Text Example
White with #40D886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D886; }
p { color: rgb(64,216,134); }
H1.HeaderClassName
{
color: #40D886;
}
.AnyTagClassName
{
color: #40D886;
}
</style>
background-color css
<style>
a { background-color: #40D886; }
a { background-color: rgb(64,216,134); }
div.DivClassName
{
background-color: #40D886;
}
.BgClassName
{
background-color: #40D886;
}
</style>
border-color css
<style>
span { border-color: #40D886; }
span { border-color: rgb(64,216,134); }
td.TdClassName
{
border-color: #40D886;
}
.TagClassName
{
border-color: #40D886;
}
</style>