Shades of Emerald #40E27C
Tints of Emerald #40E27C
RGB
CMYK
RGB Variations
Color information
#40E27C (or 0x40E27C) is known color: Emerald. HEX triplet: 40, E2 and 7C. RGB value is (64,226,124). Sum of RGB (Red+Green+Blue) = 64+226+124=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #40E27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E27C is #BF1D83. Grayscale: #A6A6A6. Windows color (decimal): -12524932 or 8184384. OLE color: 8184384.
HSL color Cylindrical-coordinate representation of color #40E27C: hue angle of 142.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E27C is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 124 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.11 |
| HSL | 142.22º | 0.74% | 0.57% | - |
| HSV(B) | 142.22º | 0.72% | 0.89% | - |
| XYZ | 32.95 | 56.94 | 28.32 | - |
| YUV | 165.93 | 104.33 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 124 | 0.72 | 0 | 0.45 | 0.11 | 142.22 | 0.74 | 0.57 |
| Hex | 40 | E2 | 7C | 48 | 0 | 2D | B | 8E | 4A | 39 |
| Octal | 100 | 342 | 174 | 110 | 0 | 55 | 13 | 216 | 112 | 71 |
| Binary | 1000000 | 11100010 | 1111100 | 1001000 | 0 | 101101 | 1011 | 10001110 | 1001010 | 111001 |
Color Harmonies of #40E27C
Complementary color
Monochromatic Colors of #40E27C
Black with #40E27C
Text Example
Text Example
White with #40E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E27C; }
p { color: rgb(64,226,124); }
H1.HeaderClassName
{
color: #40E27C;
}
.AnyTagClassName
{
color: #40E27C;
}
</style>
background-color css
<style>
a { background-color: #40E27C; }
a { background-color: rgb(64,226,124); }
div.DivClassName
{
background-color: #40E27C;
}
.BgClassName
{
background-color: #40E27C;
}
</style>
border-color css
<style>
span { border-color: #40E27C; }
span { border-color: rgb(64,226,124); }
td.TdClassName
{
border-color: #40E27C;
}
.TagClassName
{
border-color: #40E27C;
}
</style>