Shades of Emerald #40E17A
Tints of Emerald #40E17A
RGB
CMYK
RGB Variations
Color information
#40E17A (or 0x40E17A) is known color: Emerald. HEX triplet: 40, E1 and 7A. RGB value is (64,225,122). Sum of RGB (Red+Green+Blue) = 64+225+122=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #40E17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E17A is #BF1E85. Grayscale: #A5A5A5. Windows color (decimal): -12525190 or 8053056. OLE color: 8053056.
HSL color Cylindrical-coordinate representation of color #40E17A: hue angle of 141.61º 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 #40E17A is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 122 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.12 |
| HSL | 141.61º | 0.73% | 0.57% | - |
| HSV(B) | 141.61º | 0.72% | 0.88% | - |
| XYZ | 32.55 | 56.35 | 27.57 | - |
| YUV | 165.12 | 103.66 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 122 | 0.72 | 0 | 0.46 | 0.12 | 141.61 | 0.73 | 0.57 |
| Hex | 40 | E1 | 7A | 48 | 0 | 2E | C | 8E | 49 | 39 |
| Octal | 100 | 341 | 172 | 110 | 0 | 56 | 14 | 216 | 111 | 71 |
| Binary | 1000000 | 11100001 | 1111010 | 1001000 | 0 | 101110 | 1100 | 10001110 | 1001001 | 111001 |
Color Harmonies of #40E17A
Complementary color
Monochromatic Colors of #40E17A
Black with #40E17A
Text Example
Text Example
White with #40E17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E17A; }
p { color: rgb(64,225,122); }
H1.HeaderClassName
{
color: #40E17A;
}
.AnyTagClassName
{
color: #40E17A;
}
</style>
background-color css
<style>
a { background-color: #40E17A; }
a { background-color: rgb(64,225,122); }
div.DivClassName
{
background-color: #40E17A;
}
.BgClassName
{
background-color: #40E17A;
}
</style>
border-color css
<style>
span { border-color: #40E17A; }
span { border-color: rgb(64,225,122); }
td.TdClassName
{
border-color: #40E17A;
}
.TagClassName
{
border-color: #40E17A;
}
</style>