Shades of Emerald #40CE7C
Tints of Emerald #40CE7C
RGB
CMYK
RGB Variations
Color information
#40CE7C (or 0x40CE7C) is known color: Emerald. HEX triplet: 40, CE and 7C. RGB value is (64,206,124). Sum of RGB (Red+Green+Blue) = 64+206+124=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE7C is #BF3183. Grayscale: #9A9A9A. Windows color (decimal): -12530052 or 8179264. OLE color: 8179264.
HSL color Cylindrical-coordinate representation of color #40CE7C: hue angle of 145.35º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE7C is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 124 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.19 |
| HSL | 145.35º | 0.59% | 0.53% | - |
| HSV(B) | 145.35º | 0.69% | 0.81% | - |
| XYZ | 27.82 | 46.69 | 26.61 | - |
| YUV | 154.19 | 110.96 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 124 | 0.69 | 0 | 0.40 | 0.19 | 145.35 | 0.59 | 0.53 |
| Hex | 40 | CE | 7C | 45 | 0 | 28 | 13 | 91 | 3B | 35 |
| Octal | 100 | 316 | 174 | 105 | 0 | 50 | 23 | 221 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1111100 | 1000101 | 0 | 101000 | 10011 | 10010001 | 111011 | 110101 |
Color Harmonies of #40CE7C
Complementary color
Monochromatic Colors of #40CE7C
Black with #40CE7C
Text Example
Text Example
White with #40CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE7C; }
p { color: rgb(64,206,124); }
H1.HeaderClassName
{
color: #40CE7C;
}
.AnyTagClassName
{
color: #40CE7C;
}
</style>
background-color css
<style>
a { background-color: #40CE7C; }
a { background-color: rgb(64,206,124); }
div.DivClassName
{
background-color: #40CE7C;
}
.BgClassName
{
background-color: #40CE7C;
}
</style>
border-color css
<style>
span { border-color: #40CE7C; }
span { border-color: rgb(64,206,124); }
td.TdClassName
{
border-color: #40CE7C;
}
.TagClassName
{
border-color: #40CE7C;
}
</style>