Shades of Emerald #40D271
Tints of Emerald #40D271
RGB
CMYK
RGB Variations
Color information
#40D271 (or 0x40D271) is known color: Emerald. HEX triplet: 40, D2 and 71. RGB value is (64,210,113). Sum of RGB (Red+Green+Blue) = 64+210+113=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #40D271 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D271 is #BF2D8E. Grayscale: #9B9B9B. Windows color (decimal): -12529039 or 7459392. OLE color: 7459392.
HSL color Cylindrical-coordinate representation of color #40D271: hue angle of 140.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D271 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 113 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.18 |
| HSL | 140.14º | 0.62% | 0.54% | - |
| HSV(B) | 140.14º | 0.7% | 0.82% | - |
| XYZ | 28.14 | 48.38 | 23.48 | - |
| YUV | 155.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 113 | 0.70 | 0 | 0.46 | 0.18 | 140.14 | 0.62 | 0.54 |
| Hex | 40 | D2 | 71 | 46 | 0 | 2E | 12 | 8C | 3E | 36 |
| Octal | 100 | 322 | 161 | 106 | 0 | 56 | 22 | 214 | 76 | 66 |
| Binary | 1000000 | 11010010 | 1110001 | 1000110 | 0 | 101110 | 10010 | 10001100 | 111110 | 110110 |
Color Harmonies of #40D271
Complementary color
Monochromatic Colors of #40D271
Black with #40D271
Text Example
Text Example
White with #40D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D271; }
p { color: rgb(64,210,113); }
H1.HeaderClassName
{
color: #40D271;
}
.AnyTagClassName
{
color: #40D271;
}
</style>
background-color css
<style>
a { background-color: #40D271; }
a { background-color: rgb(64,210,113); }
div.DivClassName
{
background-color: #40D271;
}
.BgClassName
{
background-color: #40D271;
}
</style>
border-color css
<style>
span { border-color: #40D271; }
span { border-color: rgb(64,210,113); }
td.TdClassName
{
border-color: #40D271;
}
.TagClassName
{
border-color: #40D271;
}
</style>