Shades of Emerald #40E17C
Tints of Emerald #40E17C
RGB
CMYK
RGB Variations
Color information
#40E17C (or 0x40E17C) is known color: Emerald. HEX triplet: 40, E1 and 7C. RGB value is (64,225,124). Sum of RGB (Red+Green+Blue) = 64+225+124=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #40E17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E17C is #BF1E83. Grayscale: #A5A5A5. Windows color (decimal): -12525188 or 8184128. OLE color: 8184128.
HSL color Cylindrical-coordinate representation of color #40E17C: hue angle of 142.36º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E17C is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 124 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.12 |
| HSL | 142.36º | 0.73% | 0.57% | - |
| HSV(B) | 142.36º | 0.72% | 0.88% | - |
| XYZ | 32.68 | 56.4 | 28.23 | - |
| YUV | 165.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 124 | 0.72 | 0 | 0.45 | 0.12 | 142.36 | 0.73 | 0.57 |
| Hex | 40 | E1 | 7C | 48 | 0 | 2D | C | 8E | 49 | 39 |
| Octal | 100 | 341 | 174 | 110 | 0 | 55 | 14 | 216 | 111 | 71 |
| Binary | 1000000 | 11100001 | 1111100 | 1001000 | 0 | 101101 | 1100 | 10001110 | 1001001 | 111001 |
Color Harmonies of #40E17C
Complementary color
Monochromatic Colors of #40E17C
Black with #40E17C
Text Example
Text Example
White with #40E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E17C; }
p { color: rgb(64,225,124); }
H1.HeaderClassName
{
color: #40E17C;
}
.AnyTagClassName
{
color: #40E17C;
}
</style>
background-color css
<style>
a { background-color: #40E17C; }
a { background-color: rgb(64,225,124); }
div.DivClassName
{
background-color: #40E17C;
}
.BgClassName
{
background-color: #40E17C;
}
</style>
border-color css
<style>
span { border-color: #40E17C; }
span { border-color: rgb(64,225,124); }
td.TdClassName
{
border-color: #40E17C;
}
.TagClassName
{
border-color: #40E17C;
}
</style>