Shades of Emerald #40D762
Tints of Emerald #40D762
RGB
CMYK
RGB Variations
Color information
#40D762 (or 0x40D762) is known color: Emerald. HEX triplet: 40, D7 and 62. RGB value is (64,215,98). Sum of RGB (Red+Green+Blue) = 64+215+98=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #40D762 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D762 is #BF289D. Grayscale: #9C9C9C. Windows color (decimal): -12527774 or 6477632. OLE color: 6477632.
HSL color Cylindrical-coordinate representation of color #40D762: hue angle of 133.51º 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 #40D762 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 215 | 98 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.16 |
| HSL | 133.51º | 0.65% | 0.55% | - |
| HSV(B) | 133.51º | 0.7% | 0.84% | - |
| XYZ | 28.62 | 50.57 | 19.81 | - |
| YUV | 156.51 | 94.97 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 98 | 0.70 | 0 | 0.54 | 0.16 | 133.51 | 0.65 | 0.55 |
| Hex | 40 | D7 | 62 | 46 | 0 | 36 | 10 | 86 | 41 | 37 |
| Octal | 100 | 327 | 142 | 106 | 0 | 66 | 20 | 206 | 101 | 67 |
| Binary | 1000000 | 11010111 | 1100010 | 1000110 | 0 | 110110 | 10000 | 10000110 | 1000001 | 110111 |
Color Harmonies of #40D762
Complementary color
Monochromatic Colors of #40D762
Black with #40D762
Text Example
Text Example
White with #40D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D762; }
p { color: rgb(64,215,98); }
H1.HeaderClassName
{
color: #40D762;
}
.AnyTagClassName
{
color: #40D762;
}
</style>
background-color css
<style>
a { background-color: #40D762; }
a { background-color: rgb(64,215,98); }
div.DivClassName
{
background-color: #40D762;
}
.BgClassName
{
background-color: #40D762;
}
</style>
border-color css
<style>
span { border-color: #40D762; }
span { border-color: rgb(64,215,98); }
td.TdClassName
{
border-color: #40D762;
}
.TagClassName
{
border-color: #40D762;
}
</style>