Shades of Emerald #40DB7B
Tints of Emerald #40DB7B
RGB
CMYK
RGB Variations
Color information
#40DB7B (or 0x40DB7B) is known color: Emerald. HEX triplet: 40, DB and 7B. RGB value is (64,219,123). Sum of RGB (Red+Green+Blue) = 64+219+123=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DB7B is #BF2484. Grayscale: #A1A1A1. Windows color (decimal): -12526725 or 8117056. OLE color: 8117056.
HSL color Cylindrical-coordinate representation of color #40DB7B: hue angle of 142.84º 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 #40DB7B is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 123 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.14 |
| HSL | 142.84º | 0.68% | 0.55% | - |
| HSV(B) | 142.84º | 0.71% | 0.86% | - |
| XYZ | 31.02 | 53.18 | 27.37 | - |
| YUV | 161.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 123 | 0.71 | 0 | 0.44 | 0.14 | 142.84 | 0.68 | 0.55 |
| Hex | 40 | DB | 7B | 47 | 0 | 2C | E | 8F | 44 | 37 |
| Octal | 100 | 333 | 173 | 107 | 0 | 54 | 16 | 217 | 104 | 67 |
| Binary | 1000000 | 11011011 | 1111011 | 1000111 | 0 | 101100 | 1110 | 10001111 | 1000100 | 110111 |
Color Harmonies of #40DB7B
Complementary color
Monochromatic Colors of #40DB7B
Black with #40DB7B
Text Example
Text Example
White with #40DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB7B; }
p { color: rgb(64,219,123); }
H1.HeaderClassName
{
color: #40DB7B;
}
.AnyTagClassName
{
color: #40DB7B;
}
</style>
background-color css
<style>
a { background-color: #40DB7B; }
a { background-color: rgb(64,219,123); }
div.DivClassName
{
background-color: #40DB7B;
}
.BgClassName
{
background-color: #40DB7B;
}
</style>
border-color css
<style>
span { border-color: #40DB7B; }
span { border-color: rgb(64,219,123); }
td.TdClassName
{
border-color: #40DB7B;
}
.TagClassName
{
border-color: #40DB7B;
}
</style>