Shades of Emerald #40CE7D
Tints of Emerald #40CE7D
RGB
CMYK
RGB Variations
Color information
#40CE7D (or 0x40CE7D) is known color: Emerald. HEX triplet: 40, CE and 7D. RGB value is (64,206,125). Sum of RGB (Red+Green+Blue) = 64+206+125=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE7D is #BF3182. Grayscale: #9A9A9A. Windows color (decimal): -12530051 or 8244800. OLE color: 8244800.
HSL color Cylindrical-coordinate representation of color #40CE7D: hue angle of 145.77º 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 #40CE7D is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 125 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.19 |
| HSL | 145.77º | 0.59% | 0.53% | - |
| HSV(B) | 145.77º | 0.69% | 0.81% | - |
| XYZ | 27.89 | 46.71 | 26.95 | - |
| YUV | 154.31 | 111.46 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 125 | 0.69 | 0 | 0.39 | 0.19 | 145.77 | 0.59 | 0.53 |
| Hex | 40 | CE | 7D | 45 | 0 | 27 | 13 | 92 | 3B | 35 |
| Octal | 100 | 316 | 175 | 105 | 0 | 47 | 23 | 222 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1111101 | 1000101 | 0 | 100111 | 10011 | 10010010 | 111011 | 110101 |
Color Harmonies of #40CE7D
Complementary color
Monochromatic Colors of #40CE7D
Black with #40CE7D
Text Example
Text Example
White with #40CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE7D; }
p { color: rgb(64,206,125); }
H1.HeaderClassName
{
color: #40CE7D;
}
.AnyTagClassName
{
color: #40CE7D;
}
</style>
background-color css
<style>
a { background-color: #40CE7D; }
a { background-color: rgb(64,206,125); }
div.DivClassName
{
background-color: #40CE7D;
}
.BgClassName
{
background-color: #40CE7D;
}
</style>
border-color css
<style>
span { border-color: #40CE7D; }
span { border-color: rgb(64,206,125); }
td.TdClassName
{
border-color: #40CE7D;
}
.TagClassName
{
border-color: #40CE7D;
}
</style>