Shades of Emerald #40D186
Tints of Emerald #40D186
RGB
CMYK
RGB Variations
Color information
#40D186 (or 0x40D186) is known color: Emerald. HEX triplet: 40, D1 and 86. RGB value is (64,209,134). Sum of RGB (Red+Green+Blue) = 64+209+134=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #40D186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D186 is #BF2E79. Grayscale: #9D9D9D. Windows color (decimal): -12529274 or 8835392. OLE color: 8835392.
HSL color Cylindrical-coordinate representation of color #40D186: hue angle of 148.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D186 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 134 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.18 |
| HSL | 148.97º | 0.61% | 0.54% | - |
| HSV(B) | 148.97º | 0.69% | 0.82% | - |
| XYZ | 29.22 | 48.41 | 30.36 | - |
| YUV | 157.1 | 114.96 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 134 | 0.69 | 0 | 0.36 | 0.18 | 148.97 | 0.61 | 0.54 |
| Hex | 40 | D1 | 86 | 45 | 0 | 24 | 12 | 95 | 3D | 36 |
| Octal | 100 | 321 | 206 | 105 | 0 | 44 | 22 | 225 | 75 | 66 |
| Binary | 1000000 | 11010001 | 10000110 | 1000101 | 0 | 100100 | 10010 | 10010101 | 111101 | 110110 |
Color Harmonies of #40D186
Complementary color
Monochromatic Colors of #40D186
Black with #40D186
Text Example
Text Example
White with #40D186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D186; }
p { color: rgb(64,209,134); }
H1.HeaderClassName
{
color: #40D186;
}
.AnyTagClassName
{
color: #40D186;
}
</style>
background-color css
<style>
a { background-color: #40D186; }
a { background-color: rgb(64,209,134); }
div.DivClassName
{
background-color: #40D186;
}
.BgClassName
{
background-color: #40D186;
}
</style>
border-color css
<style>
span { border-color: #40D186; }
span { border-color: rgb(64,209,134); }
td.TdClassName
{
border-color: #40D186;
}
.TagClassName
{
border-color: #40D186;
}
</style>