Shades of Emerald #40DA73
Tints of Emerald #40DA73
RGB
CMYK
RGB Variations
Color information
#40DA73 (or 0x40DA73) is known color: Emerald. HEX triplet: 40, DA and 73. RGB value is (64,218,115). Sum of RGB (Red+Green+Blue) = 64+218+115=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA73 is #BF258C. Grayscale: #A0A0A0. Windows color (decimal): -12526989 or 7592512. OLE color: 7592512.
HSL color Cylindrical-coordinate representation of color #40DA73: hue angle of 139.87º 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 #40DA73 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 115 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.15 |
| HSL | 139.87º | 0.68% | 0.55% | - |
| HSV(B) | 139.87º | 0.71% | 0.85% | - |
| XYZ | 30.28 | 52.47 | 24.75 | - |
| YUV | 160.21 | 102.48 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 115 | 0.71 | 0 | 0.47 | 0.15 | 139.87 | 0.68 | 0.55 |
| Hex | 40 | DA | 73 | 47 | 0 | 2F | F | 8C | 44 | 37 |
| Octal | 100 | 332 | 163 | 107 | 0 | 57 | 17 | 214 | 104 | 67 |
| Binary | 1000000 | 11011010 | 1110011 | 1000111 | 0 | 101111 | 1111 | 10001100 | 1000100 | 110111 |
Color Harmonies of #40DA73
Complementary color
Monochromatic Colors of #40DA73
Black with #40DA73
Text Example
Text Example
White with #40DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA73; }
p { color: rgb(64,218,115); }
H1.HeaderClassName
{
color: #40DA73;
}
.AnyTagClassName
{
color: #40DA73;
}
</style>
background-color css
<style>
a { background-color: #40DA73; }
a { background-color: rgb(64,218,115); }
div.DivClassName
{
background-color: #40DA73;
}
.BgClassName
{
background-color: #40DA73;
}
</style>
border-color css
<style>
span { border-color: #40DA73; }
span { border-color: rgb(64,218,115); }
td.TdClassName
{
border-color: #40DA73;
}
.TagClassName
{
border-color: #40DA73;
}
</style>