Shades of Emerald #40D560
Tints of Emerald #40D560
RGB
CMYK
RGB Variations
Color information
#40D560 (or 0x40D560) is known color: Emerald. HEX triplet: 40, D5 and 60. RGB value is (64,213,96). Sum of RGB (Red+Green+Blue) = 64+213+96=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #40D560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D560 is #BF2A9F. Grayscale: #9B9B9B. Windows color (decimal): -12528288 or 6346048. OLE color: 6346048.
HSL color Cylindrical-coordinate representation of color #40D560: hue angle of 132.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D560 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 96 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.16 |
| HSL | 132.89º | 0.64% | 0.54% | - |
| HSV(B) | 132.89º | 0.7% | 0.84% | - |
| XYZ | 28.02 | 49.52 | 19.15 | - |
| YUV | 155.11 | 94.64 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 96 | 0.70 | 0 | 0.55 | 0.16 | 132.89 | 0.64 | 0.54 |
| Hex | 40 | D5 | 60 | 46 | 0 | 37 | 10 | 85 | 40 | 36 |
| Octal | 100 | 325 | 140 | 106 | 0 | 67 | 20 | 205 | 100 | 66 |
| Binary | 1000000 | 11010101 | 1100000 | 1000110 | 0 | 110111 | 10000 | 10000101 | 1000000 | 110110 |
Color Harmonies of #40D560
Complementary color
Monochromatic Colors of #40D560
Black with #40D560
Text Example
Text Example
White with #40D560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D560; }
p { color: rgb(64,213,96); }
H1.HeaderClassName
{
color: #40D560;
}
.AnyTagClassName
{
color: #40D560;
}
</style>
background-color css
<style>
a { background-color: #40D560; }
a { background-color: rgb(64,213,96); }
div.DivClassName
{
background-color: #40D560;
}
.BgClassName
{
background-color: #40D560;
}
</style>
border-color css
<style>
span { border-color: #40D560; }
span { border-color: rgb(64,213,96); }
td.TdClassName
{
border-color: #40D560;
}
.TagClassName
{
border-color: #40D560;
}
</style>