Shades of Emerald #40D371
Tints of Emerald #40D371
RGB
CMYK
RGB Variations
Color information
#40D371 (or 0x40D371) is known color: Emerald. HEX triplet: 40, D3 and 71. RGB value is (64,211,113). Sum of RGB (Red+Green+Blue) = 64+211+113=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #40D371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D371 is #BF2C8E. Grayscale: #9C9C9C. Windows color (decimal): -12528783 or 7459648. OLE color: 7459648.
HSL color Cylindrical-coordinate representation of color #40D371: hue angle of 140º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D371 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 211 | 113 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.17 |
| HSL | 140º | 0.63% | 0.54% | - |
| HSV(B) | 140º | 0.7% | 0.83% | - |
| XYZ | 28.39 | 48.87 | 23.56 | - |
| YUV | 155.88 | 103.8 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 211 | 113 | 0.70 | 0 | 0.46 | 0.17 | 140 | 0.63 | 0.54 |
| Hex | 40 | D3 | 71 | 46 | 0 | 2E | 11 | 8C | 3F | 36 |
| Octal | 100 | 323 | 161 | 106 | 0 | 56 | 21 | 214 | 77 | 66 |
| Binary | 1000000 | 11010011 | 1110001 | 1000110 | 0 | 101110 | 10001 | 10001100 | 111111 | 110110 |
Color Harmonies of #40D371
Complementary color
Monochromatic Colors of #40D371
Black with #40D371
Text Example
Text Example
White with #40D371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D371; }
p { color: rgb(64,211,113); }
H1.HeaderClassName
{
color: #40D371;
}
.AnyTagClassName
{
color: #40D371;
}
</style>
background-color css
<style>
a { background-color: #40D371; }
a { background-color: rgb(64,211,113); }
div.DivClassName
{
background-color: #40D371;
}
.BgClassName
{
background-color: #40D371;
}
</style>
border-color css
<style>
span { border-color: #40D371; }
span { border-color: rgb(64,211,113); }
td.TdClassName
{
border-color: #40D371;
}
.TagClassName
{
border-color: #40D371;
}
</style>