Shades of Emerald #40D858
Tints of Emerald #40D858
RGB
CMYK
RGB Variations
Color information
#40D858 (or 0x40D858) is known color: Emerald. HEX triplet: 40, D8 and 58. RGB value is (64,216,88). Sum of RGB (Red+Green+Blue) = 64+216+88=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #40D858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D858 is #BF27A7. Grayscale: #9C9C9C. Windows color (decimal): -12527528 or 5822528. OLE color: 5822528.
HSL color Cylindrical-coordinate representation of color #40D858: hue angle of 129.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D858 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 88 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.15 |
| HSL | 129.47º | 0.66% | 0.55% | - |
| HSV(B) | 129.47º | 0.7% | 0.85% | - |
| XYZ | 28.43 | 50.91 | 17.56 | - |
| YUV | 155.96 | 89.64 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 88 | 0.70 | 0 | 0.59 | 0.15 | 129.47 | 0.66 | 0.55 |
| Hex | 40 | D8 | 58 | 46 | 0 | 3B | F | 81 | 42 | 37 |
| Octal | 100 | 330 | 130 | 106 | 0 | 73 | 17 | 201 | 102 | 67 |
| Binary | 1000000 | 11011000 | 1011000 | 1000110 | 0 | 111011 | 1111 | 10000001 | 1000010 | 110111 |
Color Harmonies of #40D858
Complementary color
Monochromatic Colors of #40D858
Black with #40D858
Text Example
Text Example
White with #40D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D858; }
p { color: rgb(64,216,88); }
H1.HeaderClassName
{
color: #40D858;
}
.AnyTagClassName
{
color: #40D858;
}
</style>
background-color css
<style>
a { background-color: #40D858; }
a { background-color: rgb(64,216,88); }
div.DivClassName
{
background-color: #40D858;
}
.BgClassName
{
background-color: #40D858;
}
</style>
border-color css
<style>
span { border-color: #40D858; }
span { border-color: rgb(64,216,88); }
td.TdClassName
{
border-color: #40D858;
}
.TagClassName
{
border-color: #40D858;
}
</style>