Shades of Emerald #40D760
Tints of Emerald #40D760
RGB
CMYK
RGB Variations
Color information
#40D760 (or 0x40D760) is known color: Emerald. HEX triplet: 40, D7 and 60. RGB value is (64,215,96). Sum of RGB (Red+Green+Blue) = 64+215+96=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #40D760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D760 is #BF289F. Grayscale: #9C9C9C. Windows color (decimal): -12527776 or 6346560. OLE color: 6346560.
HSL color Cylindrical-coordinate representation of color #40D760: hue angle of 132.72º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D760 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 96 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.16 |
| HSL | 132.72º | 0.65% | 0.55% | - |
| HSV(B) | 132.72º | 0.7% | 0.84% | - |
| XYZ | 28.53 | 50.54 | 19.32 | - |
| YUV | 156.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 96 | 0.70 | 0 | 0.55 | 0.16 | 132.72 | 0.65 | 0.55 |
| Hex | 40 | D7 | 60 | 46 | 0 | 37 | 10 | 85 | 41 | 37 |
| Octal | 100 | 327 | 140 | 106 | 0 | 67 | 20 | 205 | 101 | 67 |
| Binary | 1000000 | 11010111 | 1100000 | 1000110 | 0 | 110111 | 10000 | 10000101 | 1000001 | 110111 |
Color Harmonies of #40D760
Complementary color
Monochromatic Colors of #40D760
Black with #40D760
Text Example
Text Example
White with #40D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D760; }
p { color: rgb(64,215,96); }
H1.HeaderClassName
{
color: #40D760;
}
.AnyTagClassName
{
color: #40D760;
}
</style>
background-color css
<style>
a { background-color: #40D760; }
a { background-color: rgb(64,215,96); }
div.DivClassName
{
background-color: #40D760;
}
.BgClassName
{
background-color: #40D760;
}
</style>
border-color css
<style>
span { border-color: #40D760; }
span { border-color: rgb(64,215,96); }
td.TdClassName
{
border-color: #40D760;
}
.TagClassName
{
border-color: #40D760;
}
</style>