Shades of Emerald #40D17C
Tints of Emerald #40D17C
RGB
CMYK
RGB Variations
Color information
#40D17C (or 0x40D17C) is known color: Emerald. HEX triplet: 40, D1 and 7C. RGB value is (64,209,124). Sum of RGB (Red+Green+Blue) = 64+209+124=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #40D17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40D17C is #BF2E83. Grayscale: #9C9C9C. Windows color (decimal): -12529284 or 8180032. OLE color: 8180032.
HSL color Cylindrical-coordinate representation of color #40D17C: hue angle of 144.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D17C is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 209 | 124 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.18 |
| HSL | 144.83º | 0.61% | 0.54% | - |
| HSV(B) | 144.83º | 0.69% | 0.82% | - |
| XYZ | 28.55 | 48.15 | 26.86 | - |
| YUV | 155.96 | 109.96 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 124 | 0.69 | 0 | 0.41 | 0.18 | 144.83 | 0.61 | 0.54 |
| Hex | 40 | D1 | 7C | 45 | 0 | 29 | 12 | 91 | 3D | 36 |
| Octal | 100 | 321 | 174 | 105 | 0 | 51 | 22 | 221 | 75 | 66 |
| Binary | 1000000 | 11010001 | 1111100 | 1000101 | 0 | 101001 | 10010 | 10010001 | 111101 | 110110 |
Color Harmonies of #40D17C
Complementary color
Monochromatic Colors of #40D17C
Black with #40D17C
Text Example
Text Example
White with #40D17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D17C; }
p { color: rgb(64,209,124); }
H1.HeaderClassName
{
color: #40D17C;
}
.AnyTagClassName
{
color: #40D17C;
}
</style>
background-color css
<style>
a { background-color: #40D17C; }
a { background-color: rgb(64,209,124); }
div.DivClassName
{
background-color: #40D17C;
}
.BgClassName
{
background-color: #40D17C;
}
</style>
border-color css
<style>
span { border-color: #40D17C; }
span { border-color: rgb(64,209,124); }
td.TdClassName
{
border-color: #40D17C;
}
.TagClassName
{
border-color: #40D17C;
}
</style>