Shades of Emerald #40E370
Tints of Emerald #40E370
RGB
CMYK
RGB Variations
Color information
#40E370 (or 0x40E370) is known color: Emerald. HEX triplet: 40, E3 and 70. RGB value is (64,227,112). Sum of RGB (Red+Green+Blue) = 64+227+112=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 227 (89.06% from 255 or 56.33% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 227 - color contains mainly: green. Hex color #40E370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E370 is #BF1C8F. Grayscale: #A5A5A5. Windows color (decimal): -12524688 or 7398208. OLE color: 7398208.
HSL color Cylindrical-coordinate representation of color #40E370: hue angle of 137.67º 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 #40E370 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 112 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.11 |
| HSL | 137.67º | 0.74% | 0.57% | - |
| HSV(B) | 137.67º | 0.72% | 0.89% | - |
| XYZ | 32.51 | 57.2 | 24.66 | - |
| YUV | 165.15 | 98 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 112 | 0.72 | 0 | 0.51 | 0.11 | 137.67 | 0.74 | 0.57 |
| Hex | 40 | E3 | 70 | 48 | 0 | 33 | B | 8A | 4A | 39 |
| Octal | 100 | 343 | 160 | 110 | 0 | 63 | 13 | 212 | 112 | 71 |
| Binary | 1000000 | 11100011 | 1110000 | 1001000 | 0 | 110011 | 1011 | 10001010 | 1001010 | 111001 |
Color Harmonies of #40E370
Complementary color
Monochromatic Colors of #40E370
Black with #40E370
Text Example
Text Example
White with #40E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E370; }
p { color: rgb(64,227,112); }
H1.HeaderClassName
{
color: #40E370;
}
.AnyTagClassName
{
color: #40E370;
}
</style>
background-color css
<style>
a { background-color: #40E370; }
a { background-color: rgb(64,227,112); }
div.DivClassName
{
background-color: #40E370;
}
.BgClassName
{
background-color: #40E370;
}
</style>
border-color css
<style>
span { border-color: #40E370; }
span { border-color: rgb(64,227,112); }
td.TdClassName
{
border-color: #40E370;
}
.TagClassName
{
border-color: #40E370;
}
</style>