Shades of Emerald #40D871
Tints of Emerald #40D871
RGB
CMYK
RGB Variations
Color information
#40D871 (or 0x40D871) is known color: Emerald. HEX triplet: 40, D8 and 71. RGB value is (64,216,113). Sum of RGB (Red+Green+Blue) = 64+216+113=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #40D871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D871 is #BF278E. Grayscale: #9F9F9F. Windows color (decimal): -12527503 or 7460928. OLE color: 7460928.
HSL color Cylindrical-coordinate representation of color #40D871: hue angle of 139.34º 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 #40D871 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 113 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.15 |
| HSL | 139.34º | 0.66% | 0.55% | - |
| HSV(B) | 139.34º | 0.7% | 0.85% | - |
| XYZ | 29.65 | 51.39 | 23.98 | - |
| YUV | 158.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 113 | 0.70 | 0 | 0.48 | 0.15 | 139.34 | 0.66 | 0.55 |
| Hex | 40 | D8 | 71 | 46 | 0 | 30 | F | 8B | 42 | 37 |
| Octal | 100 | 330 | 161 | 106 | 0 | 60 | 17 | 213 | 102 | 67 |
| Binary | 1000000 | 11011000 | 1110001 | 1000110 | 0 | 110000 | 1111 | 10001011 | 1000010 | 110111 |
Color Harmonies of #40D871
Complementary color
Monochromatic Colors of #40D871
Black with #40D871
Text Example
Text Example
White with #40D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D871; }
p { color: rgb(64,216,113); }
H1.HeaderClassName
{
color: #40D871;
}
.AnyTagClassName
{
color: #40D871;
}
</style>
background-color css
<style>
a { background-color: #40D871; }
a { background-color: rgb(64,216,113); }
div.DivClassName
{
background-color: #40D871;
}
.BgClassName
{
background-color: #40D871;
}
</style>
border-color css
<style>
span { border-color: #40D871; }
span { border-color: rgb(64,216,113); }
td.TdClassName
{
border-color: #40D871;
}
.TagClassName
{
border-color: #40D871;
}
</style>