Shades of Emerald #40D877
Tints of Emerald #40D877
RGB
CMYK
RGB Variations
Color information
#40D877 (or 0x40D877) is known color: Emerald. HEX triplet: 40, D8 and 77. RGB value is (64,216,119). Sum of RGB (Red+Green+Blue) = 64+216+119=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #40D877 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D877 is #BF2788. Grayscale: #9F9F9F. Windows color (decimal): -12527497 or 7854144. OLE color: 7854144.
HSL color Cylindrical-coordinate representation of color #40D877: hue angle of 141.71º 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 #40D877 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 119 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.15 |
| HSL | 141.71º | 0.66% | 0.55% | - |
| HSV(B) | 141.71º | 0.7% | 0.85% | - |
| XYZ | 30 | 51.53 | 25.82 | - |
| YUV | 159.49 | 105.14 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 119 | 0.70 | 0 | 0.45 | 0.15 | 141.71 | 0.66 | 0.55 |
| Hex | 40 | D8 | 77 | 46 | 0 | 2D | F | 8E | 42 | 37 |
| Octal | 100 | 330 | 167 | 106 | 0 | 55 | 17 | 216 | 102 | 67 |
| Binary | 1000000 | 11011000 | 1110111 | 1000110 | 0 | 101101 | 1111 | 10001110 | 1000010 | 110111 |
Color Harmonies of #40D877
Complementary color
Monochromatic Colors of #40D877
Black with #40D877
Text Example
Text Example
White with #40D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D877; }
p { color: rgb(64,216,119); }
H1.HeaderClassName
{
color: #40D877;
}
.AnyTagClassName
{
color: #40D877;
}
</style>
background-color css
<style>
a { background-color: #40D877; }
a { background-color: rgb(64,216,119); }
div.DivClassName
{
background-color: #40D877;
}
.BgClassName
{
background-color: #40D877;
}
</style>
border-color css
<style>
span { border-color: #40D877; }
span { border-color: rgb(64,216,119); }
td.TdClassName
{
border-color: #40D877;
}
.TagClassName
{
border-color: #40D877;
}
</style>