Shades of Emerald #40C66E
Tints of Emerald #40C66E
RGB
CMYK
RGB Variations
Color information
#40C66E (or 0x40C66E) is known color: Emerald. HEX triplet: 40, C6 and 6E. RGB value is (64,198,110). Sum of RGB (Red+Green+Blue) = 64+198+110=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #40C66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C66E is #BF3991. Grayscale: #949494. Windows color (decimal): -12532114 or 7259712. OLE color: 7259712.
HSL color Cylindrical-coordinate representation of color #40C66E: hue angle of 140.6º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C66E is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 110 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.22 |
| HSL | 140.6º | 0.54% | 0.51% | - |
| HSV(B) | 140.6º | 0.68% | 0.78% | - |
| XYZ | 25.12 | 42.6 | 21.65 | - |
| YUV | 147.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 110 | 0.68 | 0 | 0.44 | 0.22 | 140.6 | 0.54 | 0.51 |
| Hex | 40 | C6 | 6E | 44 | 0 | 2C | 16 | 8D | 36 | 33 |
| Octal | 100 | 306 | 156 | 104 | 0 | 54 | 26 | 215 | 66 | 63 |
| Binary | 1000000 | 11000110 | 1101110 | 1000100 | 0 | 101100 | 10110 | 10001101 | 110110 | 110011 |
Color Harmonies of #40C66E
Complementary color
Monochromatic Colors of #40C66E
Black with #40C66E
Text Example
Text Example
White with #40C66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C66E; }
p { color: rgb(64,198,110); }
H1.HeaderClassName
{
color: #40C66E;
}
.AnyTagClassName
{
color: #40C66E;
}
</style>
background-color css
<style>
a { background-color: #40C66E; }
a { background-color: rgb(64,198,110); }
div.DivClassName
{
background-color: #40C66E;
}
.BgClassName
{
background-color: #40C66E;
}
</style>
border-color css
<style>
span { border-color: #40C66E; }
span { border-color: rgb(64,198,110); }
td.TdClassName
{
border-color: #40C66E;
}
.TagClassName
{
border-color: #40C66E;
}
</style>