Shades of Emerald #40CD70
Tints of Emerald #40CD70
RGB
CMYK
RGB Variations
Color information
#40CD70 (or 0x40CD70) is known color: Emerald. HEX triplet: 40, CD and 70. RGB value is (64,205,112). Sum of RGB (Red+Green+Blue) = 64+205+112=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CD70 is #BF328F. Grayscale: #989898. Windows color (decimal): -12530320 or 7392576. OLE color: 7392576.
HSL color Cylindrical-coordinate representation of color #40CD70: hue angle of 140.43º 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 #40CD70 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 112 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.20 |
| HSL | 140.43º | 0.59% | 0.53% | - |
| HSV(B) | 140.43º | 0.69% | 0.8% | - |
| XYZ | 26.87 | 45.92 | 22.78 | - |
| YUV | 152.24 | 105.29 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 112 | 0.69 | 0 | 0.45 | 0.20 | 140.43 | 0.59 | 0.53 |
| Hex | 40 | CD | 70 | 45 | 0 | 2D | 14 | 8C | 3B | 35 |
| Octal | 100 | 315 | 160 | 105 | 0 | 55 | 24 | 214 | 73 | 65 |
| Binary | 1000000 | 11001101 | 1110000 | 1000101 | 0 | 101101 | 10100 | 10001100 | 111011 | 110101 |
Color Harmonies of #40CD70
Complementary color
Monochromatic Colors of #40CD70
Black with #40CD70
Text Example
Text Example
White with #40CD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD70; }
p { color: rgb(64,205,112); }
H1.HeaderClassName
{
color: #40CD70;
}
.AnyTagClassName
{
color: #40CD70;
}
</style>
background-color css
<style>
a { background-color: #40CD70; }
a { background-color: rgb(64,205,112); }
div.DivClassName
{
background-color: #40CD70;
}
.BgClassName
{
background-color: #40CD70;
}
</style>
border-color css
<style>
span { border-color: #40CD70; }
span { border-color: rgb(64,205,112); }
td.TdClassName
{
border-color: #40CD70;
}
.TagClassName
{
border-color: #40CD70;
}
</style>