Shades of Emerald #40DB6E
Tints of Emerald #40DB6E
RGB
CMYK
RGB Variations
Color information
#40DB6E (or 0x40DB6E) is known color: Emerald. HEX triplet: 40, DB and 6E. RGB value is (64,219,110). Sum of RGB (Red+Green+Blue) = 64+219+110=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DB6E is #BF2491. Grayscale: #A0A0A0. Windows color (decimal): -12526738 or 7265088. OLE color: 7265088.
HSL color Cylindrical-coordinate representation of color #40DB6E: hue angle of 137.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DB6E is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 110 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.14 |
| HSL | 137.81º | 0.68% | 0.55% | - |
| HSV(B) | 137.81º | 0.71% | 0.86% | - |
| XYZ | 30.26 | 52.88 | 23.36 | - |
| YUV | 160.23 | 99.65 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 110 | 0.71 | 0 | 0.50 | 0.14 | 137.81 | 0.68 | 0.55 |
| Hex | 40 | DB | 6E | 47 | 0 | 32 | E | 8A | 44 | 37 |
| Octal | 100 | 333 | 156 | 107 | 0 | 62 | 16 | 212 | 104 | 67 |
| Binary | 1000000 | 11011011 | 1101110 | 1000111 | 0 | 110010 | 1110 | 10001010 | 1000100 | 110111 |
Color Harmonies of #40DB6E
Complementary color
Monochromatic Colors of #40DB6E
Black with #40DB6E
Text Example
Text Example
White with #40DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB6E; }
p { color: rgb(64,219,110); }
H1.HeaderClassName
{
color: #40DB6E;
}
.AnyTagClassName
{
color: #40DB6E;
}
</style>
background-color css
<style>
a { background-color: #40DB6E; }
a { background-color: rgb(64,219,110); }
div.DivClassName
{
background-color: #40DB6E;
}
.BgClassName
{
background-color: #40DB6E;
}
</style>
border-color css
<style>
span { border-color: #40DB6E; }
span { border-color: rgb(64,219,110); }
td.TdClassName
{
border-color: #40DB6E;
}
.TagClassName
{
border-color: #40DB6E;
}
</style>