Shades of Emerald #40DA7A
Tints of Emerald #40DA7A
RGB
CMYK
RGB Variations
Color information
#40DA7A (or 0x40DA7A) is known color: Emerald. HEX triplet: 40, DA and 7A. RGB value is (64,218,122). Sum of RGB (Red+Green+Blue) = 64+218+122=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA7A is #BF2585. Grayscale: #A1A1A1. Windows color (decimal): -12526982 or 8051264. OLE color: 8051264.
HSL color Cylindrical-coordinate representation of color #40DA7A: hue angle of 142.6º 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 #40DA7A is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 122 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.15 |
| HSL | 142.6º | 0.68% | 0.55% | - |
| HSV(B) | 142.6º | 0.71% | 0.85% | - |
| XYZ | 30.7 | 52.64 | 26.95 | - |
| YUV | 161.01 | 105.98 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 122 | 0.71 | 0 | 0.44 | 0.15 | 142.6 | 0.68 | 0.55 |
| Hex | 40 | DA | 7A | 47 | 0 | 2C | F | 8F | 44 | 37 |
| Octal | 100 | 332 | 172 | 107 | 0 | 54 | 17 | 217 | 104 | 67 |
| Binary | 1000000 | 11011010 | 1111010 | 1000111 | 0 | 101100 | 1111 | 10001111 | 1000100 | 110111 |
Color Harmonies of #40DA7A
Complementary color
Monochromatic Colors of #40DA7A
Black with #40DA7A
Text Example
Text Example
White with #40DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA7A; }
p { color: rgb(64,218,122); }
H1.HeaderClassName
{
color: #40DA7A;
}
.AnyTagClassName
{
color: #40DA7A;
}
</style>
background-color css
<style>
a { background-color: #40DA7A; }
a { background-color: rgb(64,218,122); }
div.DivClassName
{
background-color: #40DA7A;
}
.BgClassName
{
background-color: #40DA7A;
}
</style>
border-color css
<style>
span { border-color: #40DA7A; }
span { border-color: rgb(64,218,122); }
td.TdClassName
{
border-color: #40DA7A;
}
.TagClassName
{
border-color: #40DA7A;
}
</style>