Shades of Emerald #40DA7D
Tints of Emerald #40DA7D
RGB
CMYK
RGB Variations
Color information
#40DA7D (or 0x40DA7D) is known color: Emerald. HEX triplet: 40, DA and 7D. RGB value is (64,218,125). Sum of RGB (Red+Green+Blue) = 64+218+125=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA7D is #BF2582. Grayscale: #A1A1A1. Windows color (decimal): -12526979 or 8247872. OLE color: 8247872.
HSL color Cylindrical-coordinate representation of color #40DA7D: hue angle of 143.77º 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 #40DA7D is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 125 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.15 |
| HSL | 143.77º | 0.68% | 0.55% | - |
| HSV(B) | 143.77º | 0.71% | 0.85% | - |
| XYZ | 30.89 | 52.71 | 27.95 | - |
| YUV | 161.35 | 107.48 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 125 | 0.71 | 0 | 0.43 | 0.15 | 143.77 | 0.68 | 0.55 |
| Hex | 40 | DA | 7D | 47 | 0 | 2B | F | 90 | 44 | 37 |
| Octal | 100 | 332 | 175 | 107 | 0 | 53 | 17 | 220 | 104 | 67 |
| Binary | 1000000 | 11011010 | 1111101 | 1000111 | 0 | 101011 | 1111 | 10010000 | 1000100 | 110111 |
Color Harmonies of #40DA7D
Complementary color
Monochromatic Colors of #40DA7D
Black with #40DA7D
Text Example
Text Example
White with #40DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA7D; }
p { color: rgb(64,218,125); }
H1.HeaderClassName
{
color: #40DA7D;
}
.AnyTagClassName
{
color: #40DA7D;
}
</style>
background-color css
<style>
a { background-color: #40DA7D; }
a { background-color: rgb(64,218,125); }
div.DivClassName
{
background-color: #40DA7D;
}
.BgClassName
{
background-color: #40DA7D;
}
</style>
border-color css
<style>
span { border-color: #40DA7D; }
span { border-color: rgb(64,218,125); }
td.TdClassName
{
border-color: #40DA7D;
}
.TagClassName
{
border-color: #40DA7D;
}
</style>