Shades of Emerald #40D581
Tints of Emerald #40D581
RGB
CMYK
RGB Variations
Color information
#40D581 (or 0x40D581) is known color: Emerald. HEX triplet: 40, D5 and 81. RGB value is (64,213,129). Sum of RGB (Red+Green+Blue) = 64+213+129=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #40D581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D581 is #BF2A7E. Grayscale: #9F9F9F. Windows color (decimal): -12528255 or 8508736. OLE color: 8508736.
HSL color Cylindrical-coordinate representation of color #40D581: hue angle of 146.17º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D581 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 129 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.16 |
| HSL | 146.17º | 0.64% | 0.54% | - |
| HSV(B) | 146.17º | 0.7% | 0.84% | - |
| XYZ | 29.87 | 50.26 | 28.9 | - |
| YUV | 158.87 | 111.14 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 129 | 0.70 | 0 | 0.39 | 0.16 | 146.17 | 0.64 | 0.54 |
| Hex | 40 | D5 | 81 | 46 | 0 | 27 | 10 | 92 | 40 | 36 |
| Octal | 100 | 325 | 201 | 106 | 0 | 47 | 20 | 222 | 100 | 66 |
| Binary | 1000000 | 11010101 | 10000001 | 1000110 | 0 | 100111 | 10000 | 10010010 | 1000000 | 110110 |
Color Harmonies of #40D581
Complementary color
Monochromatic Colors of #40D581
Black with #40D581
Text Example
Text Example
White with #40D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D581; }
p { color: rgb(64,213,129); }
H1.HeaderClassName
{
color: #40D581;
}
.AnyTagClassName
{
color: #40D581;
}
</style>
background-color css
<style>
a { background-color: #40D581; }
a { background-color: rgb(64,213,129); }
div.DivClassName
{
background-color: #40D581;
}
.BgClassName
{
background-color: #40D581;
}
</style>
border-color css
<style>
span { border-color: #40D581; }
span { border-color: rgb(64,213,129); }
td.TdClassName
{
border-color: #40D581;
}
.TagClassName
{
border-color: #40D581;
}
</style>