Shades of Emerald #40D070
Tints of Emerald #40D070
RGB
CMYK
RGB Variations
Color information
#40D070 (or 0x40D070) is known color: Emerald. HEX triplet: 40, D0 and 70. RGB value is (64,208,112). Sum of RGB (Red+Green+Blue) = 64+208+112=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #40D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D070 is #BF2F8F. Grayscale: #9A9A9A. Windows color (decimal): -12529552 or 7393344. OLE color: 7393344.
HSL color Cylindrical-coordinate representation of color #40D070: hue angle of 140º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D070 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 112 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.18 |
| HSL | 140º | 0.61% | 0.53% | - |
| HSV(B) | 140º | 0.69% | 0.82% | - |
| XYZ | 27.59 | 47.37 | 23.02 | - |
| YUV | 154 | 104.29 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 112 | 0.69 | 0 | 0.46 | 0.18 | 140 | 0.61 | 0.53 |
| Hex | 40 | D0 | 70 | 45 | 0 | 2E | 12 | 8C | 3D | 35 |
| Octal | 100 | 320 | 160 | 105 | 0 | 56 | 22 | 214 | 75 | 65 |
| Binary | 1000000 | 11010000 | 1110000 | 1000101 | 0 | 101110 | 10010 | 10001100 | 111101 | 110101 |
Color Harmonies of #40D070
Complementary color
Monochromatic Colors of #40D070
Black with #40D070
Text Example
Text Example
White with #40D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D070; }
p { color: rgb(64,208,112); }
H1.HeaderClassName
{
color: #40D070;
}
.AnyTagClassName
{
color: #40D070;
}
</style>
background-color css
<style>
a { background-color: #40D070; }
a { background-color: rgb(64,208,112); }
div.DivClassName
{
background-color: #40D070;
}
.BgClassName
{
background-color: #40D070;
}
</style>
border-color css
<style>
span { border-color: #40D070; }
span { border-color: rgb(64,208,112); }
td.TdClassName
{
border-color: #40D070;
}
.TagClassName
{
border-color: #40D070;
}
</style>