Shades of Emerald #40D57F
Tints of Emerald #40D57F
RGB
CMYK
RGB Variations
Color information
#40D57F (or 0x40D57F) is known color: Emerald. HEX triplet: 40, D5 and 7F. RGB value is (64,213,127). Sum of RGB (Red+Green+Blue) = 64+213+127=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #40D57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D57F is #BF2A80. Grayscale: #9E9E9E. Windows color (decimal): -12528257 or 8377664. OLE color: 8377664.
HSL color Cylindrical-coordinate representation of color #40D57F: hue angle of 145.37º 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 #40D57F is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 127 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.16 |
| HSL | 145.37º | 0.64% | 0.54% | - |
| HSV(B) | 145.37º | 0.7% | 0.84% | - |
| XYZ | 29.74 | 50.21 | 28.2 | - |
| YUV | 158.65 | 110.14 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 127 | 0.70 | 0 | 0.40 | 0.16 | 145.37 | 0.64 | 0.54 |
| Hex | 40 | D5 | 7F | 46 | 0 | 28 | 10 | 91 | 40 | 36 |
| Octal | 100 | 325 | 177 | 106 | 0 | 50 | 20 | 221 | 100 | 66 |
| Binary | 1000000 | 11010101 | 1111111 | 1000110 | 0 | 101000 | 10000 | 10010001 | 1000000 | 110110 |
Color Harmonies of #40D57F
Complementary color
Monochromatic Colors of #40D57F
Black with #40D57F
Text Example
Text Example
White with #40D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D57F; }
p { color: rgb(64,213,127); }
H1.HeaderClassName
{
color: #40D57F;
}
.AnyTagClassName
{
color: #40D57F;
}
</style>
background-color css
<style>
a { background-color: #40D57F; }
a { background-color: rgb(64,213,127); }
div.DivClassName
{
background-color: #40D57F;
}
.BgClassName
{
background-color: #40D57F;
}
</style>
border-color css
<style>
span { border-color: #40D57F; }
span { border-color: rgb(64,213,127); }
td.TdClassName
{
border-color: #40D57F;
}
.TagClassName
{
border-color: #40D57F;
}
</style>