Shades of Emerald #40DA75
Tints of Emerald #40DA75
RGB
CMYK
RGB Variations
Color information
#40DA75 (or 0x40DA75) is known color: Emerald. HEX triplet: 40, DA and 75. RGB value is (64,218,117). Sum of RGB (Red+Green+Blue) = 64+218+117=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40DA75 is #BF258A. Grayscale: #A0A0A0. Windows color (decimal): -12526987 or 7723584. OLE color: 7723584.
HSL color Cylindrical-coordinate representation of color #40DA75: hue angle of 140.65º 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 #40DA75 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 117 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.15 |
| HSL | 140.65º | 0.68% | 0.55% | - |
| HSV(B) | 140.65º | 0.71% | 0.85% | - |
| XYZ | 30.4 | 52.52 | 25.36 | - |
| YUV | 160.44 | 103.48 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 117 | 0.71 | 0 | 0.46 | 0.15 | 140.65 | 0.68 | 0.55 |
| Hex | 40 | DA | 75 | 47 | 0 | 2E | F | 8D | 44 | 37 |
| Octal | 100 | 332 | 165 | 107 | 0 | 56 | 17 | 215 | 104 | 67 |
| Binary | 1000000 | 11011010 | 1110101 | 1000111 | 0 | 101110 | 1111 | 10001101 | 1000100 | 110111 |
Color Harmonies of #40DA75
Complementary color
Monochromatic Colors of #40DA75
Black with #40DA75
Text Example
Text Example
White with #40DA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA75; }
p { color: rgb(64,218,117); }
H1.HeaderClassName
{
color: #40DA75;
}
.AnyTagClassName
{
color: #40DA75;
}
</style>
background-color css
<style>
a { background-color: #40DA75; }
a { background-color: rgb(64,218,117); }
div.DivClassName
{
background-color: #40DA75;
}
.BgClassName
{
background-color: #40DA75;
}
</style>
border-color css
<style>
span { border-color: #40DA75; }
span { border-color: rgb(64,218,117); }
td.TdClassName
{
border-color: #40DA75;
}
.TagClassName
{
border-color: #40DA75;
}
</style>