Shades of Emerald #40DB87
Tints of Emerald #40DB87
RGB
CMYK
RGB Variations
Color information
#40DB87 (or 0x40DB87) is known color: Emerald. HEX triplet: 40, DB and 87. RGB value is (64,219,135). Sum of RGB (Red+Green+Blue) = 64+219+135=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DB87 is #BF2478. Grayscale: #A3A3A3. Windows color (decimal): -12526713 or 8903488. OLE color: 8903488.
HSL color Cylindrical-coordinate representation of color #40DB87: hue angle of 147.48º 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 #40DB87 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 135 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.14 |
| HSL | 147.48º | 0.68% | 0.55% | - |
| HSV(B) | 147.48º | 0.71% | 0.86% | - |
| XYZ | 31.82 | 53.5 | 31.57 | - |
| YUV | 163.08 | 112.15 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 135 | 0.71 | 0 | 0.38 | 0.14 | 147.48 | 0.68 | 0.55 |
| Hex | 40 | DB | 87 | 47 | 0 | 26 | E | 93 | 44 | 37 |
| Octal | 100 | 333 | 207 | 107 | 0 | 46 | 16 | 223 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10000111 | 1000111 | 0 | 100110 | 1110 | 10010011 | 1000100 | 110111 |
Color Harmonies of #40DB87
Complementary color
Monochromatic Colors of #40DB87
Black with #40DB87
Text Example
Text Example
White with #40DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB87; }
p { color: rgb(64,219,135); }
H1.HeaderClassName
{
color: #40DB87;
}
.AnyTagClassName
{
color: #40DB87;
}
</style>
background-color css
<style>
a { background-color: #40DB87; }
a { background-color: rgb(64,219,135); }
div.DivClassName
{
background-color: #40DB87;
}
.BgClassName
{
background-color: #40DB87;
}
</style>
border-color css
<style>
span { border-color: #40DB87; }
span { border-color: rgb(64,219,135); }
td.TdClassName
{
border-color: #40DB87;
}
.TagClassName
{
border-color: #40DB87;
}
</style>