Shades of Emerald #40CD6E
Tints of Emerald #40CD6E
RGB
CMYK
RGB Variations
Color information
#40CD6E (or 0x40CD6E) is known color: Emerald. HEX triplet: 40, CD and 6E. RGB value is (64,205,110). Sum of RGB (Red+Green+Blue) = 64+205+110=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD6E is #BF3291. Grayscale: #989898. Windows color (decimal): -12530322 or 7261504. OLE color: 7261504.
HSL color Cylindrical-coordinate representation of color #40CD6E: hue angle of 139.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CD6E is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 110 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.20 |
| HSL | 139.57º | 0.59% | 0.53% | - |
| HSV(B) | 139.57º | 0.69% | 0.8% | - |
| XYZ | 26.76 | 45.88 | 22.2 | - |
| YUV | 152.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 110 | 0.69 | 0 | 0.46 | 0.20 | 139.57 | 0.59 | 0.53 |
| Hex | 40 | CD | 6E | 45 | 0 | 2E | 14 | 8C | 3B | 35 |
| Octal | 100 | 315 | 156 | 105 | 0 | 56 | 24 | 214 | 73 | 65 |
| Binary | 1000000 | 11001101 | 1101110 | 1000101 | 0 | 101110 | 10100 | 10001100 | 111011 | 110101 |
Color Harmonies of #40CD6E
Complementary color
Monochromatic Colors of #40CD6E
Black with #40CD6E
Text Example
Text Example
White with #40CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD6E; }
p { color: rgb(64,205,110); }
H1.HeaderClassName
{
color: #40CD6E;
}
.AnyTagClassName
{
color: #40CD6E;
}
</style>
background-color css
<style>
a { background-color: #40CD6E; }
a { background-color: rgb(64,205,110); }
div.DivClassName
{
background-color: #40CD6E;
}
.BgClassName
{
background-color: #40CD6E;
}
</style>
border-color css
<style>
span { border-color: #40CD6E; }
span { border-color: rgb(64,205,110); }
td.TdClassName
{
border-color: #40CD6E;
}
.TagClassName
{
border-color: #40CD6E;
}
</style>