Shades of Emerald #40D07C
Tints of Emerald #40D07C
RGB
CMYK
RGB Variations
Color information
#40D07C (or 0x40D07C) is known color: Emerald. HEX triplet: 40, D0 and 7C. RGB value is (64,208,124). Sum of RGB (Red+Green+Blue) = 64+208+124=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #40D07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D07C is #BF2F83. Grayscale: #9B9B9B. Windows color (decimal): -12529540 or 8179776. OLE color: 8179776.
HSL color Cylindrical-coordinate representation of color #40D07C: hue angle of 145º 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 #40D07C is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 124 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.18 |
| HSL | 145º | 0.61% | 0.53% | - |
| HSV(B) | 145º | 0.69% | 0.82% | - |
| XYZ | 28.31 | 47.66 | 26.78 | - |
| YUV | 155.37 | 110.29 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 124 | 0.69 | 0 | 0.40 | 0.18 | 145 | 0.61 | 0.53 |
| Hex | 40 | D0 | 7C | 45 | 0 | 28 | 12 | 91 | 3D | 35 |
| Octal | 100 | 320 | 174 | 105 | 0 | 50 | 22 | 221 | 75 | 65 |
| Binary | 1000000 | 11010000 | 1111100 | 1000101 | 0 | 101000 | 10010 | 10010001 | 111101 | 110101 |
Color Harmonies of #40D07C
Complementary color
Monochromatic Colors of #40D07C
Black with #40D07C
Text Example
Text Example
White with #40D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D07C; }
p { color: rgb(64,208,124); }
H1.HeaderClassName
{
color: #40D07C;
}
.AnyTagClassName
{
color: #40D07C;
}
</style>
background-color css
<style>
a { background-color: #40D07C; }
a { background-color: rgb(64,208,124); }
div.DivClassName
{
background-color: #40D07C;
}
.BgClassName
{
background-color: #40D07C;
}
</style>
border-color css
<style>
span { border-color: #40D07C; }
span { border-color: rgb(64,208,124); }
td.TdClassName
{
border-color: #40D07C;
}
.TagClassName
{
border-color: #40D07C;
}
</style>