Shades of Emerald #40DA6D
Tints of Emerald #40DA6D
RGB
CMYK
RGB Variations
Color information
#40DA6D (or 0x40DA6D) is known color: Emerald. HEX triplet: 40, DA and 6D. RGB value is (64,218,109). Sum of RGB (Red+Green+Blue) = 64+218+109=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA6D is #BF2592. Grayscale: #9F9F9F. Windows color (decimal): -12526995 or 7199296. OLE color: 7199296.
HSL color Cylindrical-coordinate representation of color #40DA6D: hue angle of 137.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DA6D is Cyan = 0.71, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 109 | - |
| CMYK | 0.71 | 0 | 0.5 | 0.15 |
| HSL | 137.53º | 0.68% | 0.55% | - |
| HSV(B) | 137.53º | 0.71% | 0.85% | - |
| XYZ | 29.95 | 52.34 | 22.99 | - |
| YUV | 159.53 | 99.48 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 109 | 0.71 | 0 | 0.5 | 0.15 | 137.53 | 0.68 | 0.55 |
| Hex | 40 | DA | 6D | 47 | 0 | 32 | F | 8A | 44 | 37 |
| Octal | 100 | 332 | 155 | 107 | 0 | 62 | 17 | 212 | 104 | 67 |
| Binary | 1000000 | 11011010 | 1101101 | 1000111 | 0 | 110010 | 1111 | 10001010 | 1000100 | 110111 |
Color Harmonies of #40DA6D
Complementary color
Monochromatic Colors of #40DA6D
Black with #40DA6D
Text Example
Text Example
White with #40DA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA6D; }
p { color: rgb(64,218,109); }
H1.HeaderClassName
{
color: #40DA6D;
}
.AnyTagClassName
{
color: #40DA6D;
}
</style>
background-color css
<style>
a { background-color: #40DA6D; }
a { background-color: rgb(64,218,109); }
div.DivClassName
{
background-color: #40DA6D;
}
.BgClassName
{
background-color: #40DA6D;
}
</style>
border-color css
<style>
span { border-color: #40DA6D; }
span { border-color: rgb(64,218,109); }
td.TdClassName
{
border-color: #40DA6D;
}
.TagClassName
{
border-color: #40DA6D;
}
</style>