Shades of Emerald #40E37A
Tints of Emerald #40E37A
RGB
CMYK
RGB Variations
Color information
#40E37A (or 0x40E37A) is known color: Emerald. HEX triplet: 40, E3 and 7A. RGB value is (64,227,122). Sum of RGB (Red+Green+Blue) = 64+227+122=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #40E37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E37A is #BF1C85. Grayscale: #A6A6A6. Windows color (decimal): -12524678 or 8053568. OLE color: 8053568.
HSL color Cylindrical-coordinate representation of color #40E37A: hue angle of 141.35º 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 #40E37A is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 122 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.11 |
| HSL | 141.35º | 0.74% | 0.57% | - |
| HSV(B) | 141.35º | 0.72% | 0.89% | - |
| XYZ | 33.1 | 57.43 | 27.75 | - |
| YUV | 166.29 | 103 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 122 | 0.72 | 0 | 0.46 | 0.11 | 141.35 | 0.74 | 0.57 |
| Hex | 40 | E3 | 7A | 48 | 0 | 2E | B | 8D | 4A | 39 |
| Octal | 100 | 343 | 172 | 110 | 0 | 56 | 13 | 215 | 112 | 71 |
| Binary | 1000000 | 11100011 | 1111010 | 1001000 | 0 | 101110 | 1011 | 10001101 | 1001010 | 111001 |
Color Harmonies of #40E37A
Complementary color
Monochromatic Colors of #40E37A
Black with #40E37A
Text Example
Text Example
White with #40E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E37A; }
p { color: rgb(64,227,122); }
H1.HeaderClassName
{
color: #40E37A;
}
.AnyTagClassName
{
color: #40E37A;
}
</style>
background-color css
<style>
a { background-color: #40E37A; }
a { background-color: rgb(64,227,122); }
div.DivClassName
{
background-color: #40E37A;
}
.BgClassName
{
background-color: #40E37A;
}
</style>
border-color css
<style>
span { border-color: #40E37A; }
span { border-color: rgb(64,227,122); }
td.TdClassName
{
border-color: #40E37A;
}
.TagClassName
{
border-color: #40E37A;
}
</style>