Shades of Emerald #40DD7B
Tints of Emerald #40DD7B
RGB
CMYK
RGB Variations
Color information
#40DD7B (or 0x40DD7B) is known color: Emerald. HEX triplet: 40, DD and 7B. RGB value is (64,221,123). Sum of RGB (Red+Green+Blue) = 64+221+123=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DD7B is #BF2284. Grayscale: #A3A3A3. Windows color (decimal): -12526213 or 8117568. OLE color: 8117568.
HSL color Cylindrical-coordinate representation of color #40DD7B: hue angle of 142.55º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD7B is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 123 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.13 |
| HSL | 142.55º | 0.7% | 0.56% | - |
| HSV(B) | 142.55º | 0.71% | 0.87% | - |
| XYZ | 31.55 | 54.23 | 27.54 | - |
| YUV | 162.89 | 105.49 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 123 | 0.71 | 0 | 0.44 | 0.13 | 142.55 | 0.7 | 0.56 |
| Hex | 40 | DD | 7B | 47 | 0 | 2C | D | 8F | 46 | 38 |
| Octal | 100 | 335 | 173 | 107 | 0 | 54 | 15 | 217 | 106 | 70 |
| Binary | 1000000 | 11011101 | 1111011 | 1000111 | 0 | 101100 | 1101 | 10001111 | 1000110 | 111000 |
Color Harmonies of #40DD7B
Complementary color
Monochromatic Colors of #40DD7B
Black with #40DD7B
Text Example
Text Example
White with #40DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DD7B; }
p { color: rgb(64,221,123); }
H1.HeaderClassName
{
color: #40DD7B;
}
.AnyTagClassName
{
color: #40DD7B;
}
</style>
background-color css
<style>
a { background-color: #40DD7B; }
a { background-color: rgb(64,221,123); }
div.DivClassName
{
background-color: #40DD7B;
}
.BgClassName
{
background-color: #40DD7B;
}
</style>
border-color css
<style>
span { border-color: #40DD7B; }
span { border-color: rgb(64,221,123); }
td.TdClassName
{
border-color: #40DD7B;
}
.TagClassName
{
border-color: #40DD7B;
}
</style>