Shades of Emerald #40CD80
Tints of Emerald #40CD80
RGB
CMYK
RGB Variations
Color information
#40CD80 (or 0x40CD80) is known color: Emerald. HEX triplet: 40, CD and 80. RGB value is (64,205,128). Sum of RGB (Red+Green+Blue) = 64+205+128=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CD80 is #BF327F. Grayscale: #9A9A9A. Windows color (decimal): -12530304 or 8441152. OLE color: 8441152.
HSL color Cylindrical-coordinate representation of color #40CD80: hue angle of 147.23º 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 #40CD80 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 128 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.20 |
| HSL | 147.23º | 0.59% | 0.53% | - |
| HSV(B) | 147.23º | 0.69% | 0.8% | - |
| XYZ | 27.84 | 46.31 | 27.89 | - |
| YUV | 154.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 128 | 0.69 | 0 | 0.38 | 0.20 | 147.23 | 0.59 | 0.53 |
| Hex | 40 | CD | 80 | 45 | 0 | 26 | 14 | 93 | 3B | 35 |
| Octal | 100 | 315 | 200 | 105 | 0 | 46 | 24 | 223 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10000000 | 1000101 | 0 | 100110 | 10100 | 10010011 | 111011 | 110101 |
Color Harmonies of #40CD80
Complementary color
Monochromatic Colors of #40CD80
Black with #40CD80
Text Example
Text Example
White with #40CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD80; }
p { color: rgb(64,205,128); }
H1.HeaderClassName
{
color: #40CD80;
}
.AnyTagClassName
{
color: #40CD80;
}
</style>
background-color css
<style>
a { background-color: #40CD80; }
a { background-color: rgb(64,205,128); }
div.DivClassName
{
background-color: #40CD80;
}
.BgClassName
{
background-color: #40CD80;
}
</style>
border-color css
<style>
span { border-color: #40CD80; }
span { border-color: rgb(64,205,128); }
td.TdClassName
{
border-color: #40CD80;
}
.TagClassName
{
border-color: #40CD80;
}
</style>