Shades of Emerald #40D059
Tints of Emerald #40D059
RGB
CMYK
RGB Variations
Color information
#40D059 (or 0x40D059) is known color: Emerald. HEX triplet: 40, D0 and 59. RGB value is (64,208,89). Sum of RGB (Red+Green+Blue) = 64+208+89=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #40D059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D059 is #BF2FA6. Grayscale: #979797. Windows color (decimal): -12529575 or 5886016. OLE color: 5886016.
HSL color Cylindrical-coordinate representation of color #40D059: hue angle of 130.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D059 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 89 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.18 |
| HSL | 130.42º | 0.61% | 0.53% | - |
| HSV(B) | 130.42º | 0.69% | 0.82% | - |
| XYZ | 26.47 | 46.92 | 17.11 | - |
| YUV | 151.38 | 92.79 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 89 | 0.69 | 0 | 0.57 | 0.18 | 130.42 | 0.61 | 0.53 |
| Hex | 40 | D0 | 59 | 45 | 0 | 39 | 12 | 82 | 3D | 35 |
| Octal | 100 | 320 | 131 | 105 | 0 | 71 | 22 | 202 | 75 | 65 |
| Binary | 1000000 | 11010000 | 1011001 | 1000101 | 0 | 111001 | 10010 | 10000010 | 111101 | 110101 |
Color Harmonies of #40D059
Complementary color
Monochromatic Colors of #40D059
Black with #40D059
Text Example
Text Example
White with #40D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D059; }
p { color: rgb(64,208,89); }
H1.HeaderClassName
{
color: #40D059;
}
.AnyTagClassName
{
color: #40D059;
}
</style>
background-color css
<style>
a { background-color: #40D059; }
a { background-color: rgb(64,208,89); }
div.DivClassName
{
background-color: #40D059;
}
.BgClassName
{
background-color: #40D059;
}
</style>
border-color css
<style>
span { border-color: #40D059; }
span { border-color: rgb(64,208,89); }
td.TdClassName
{
border-color: #40D059;
}
.TagClassName
{
border-color: #40D059;
}
</style>