Shades of Emerald #40E470
Tints of Emerald #40E470
RGB
CMYK
RGB Variations
Color information
#40E470 (or 0x40E470) is known color: Emerald. HEX triplet: 40, E4 and 70. RGB value is (64,228,112). Sum of RGB (Red+Green+Blue) = 64+228+112=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 228 (89.45% from 255 or 56.44% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 228 - color contains mainly: green. Hex color #40E470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E470 is #BF1B8F. Grayscale: #A6A6A6. Windows color (decimal): -12524432 or 7398464. OLE color: 7398464.
HSL color Cylindrical-coordinate representation of color #40E470: hue angle of 137.56º degrees, saturation: 0.75, 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 #40E470 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 112 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.11 |
| HSL | 137.56º | 0.75% | 0.57% | - |
| HSV(B) | 137.56º | 0.72% | 0.89% | - |
| XYZ | 32.78 | 57.75 | 24.75 | - |
| YUV | 165.74 | 97.67 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 112 | 0.72 | 0 | 0.51 | 0.11 | 137.56 | 0.75 | 0.57 |
| Hex | 40 | E4 | 70 | 48 | 0 | 33 | B | 8A | 4B | 39 |
| Octal | 100 | 344 | 160 | 110 | 0 | 63 | 13 | 212 | 113 | 71 |
| Binary | 1000000 | 11100100 | 1110000 | 1001000 | 0 | 110011 | 1011 | 10001010 | 1001011 | 111001 |
Color Harmonies of #40E470
Complementary color
Monochromatic Colors of #40E470
Black with #40E470
Text Example
Text Example
White with #40E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E470; }
p { color: rgb(64,228,112); }
H1.HeaderClassName
{
color: #40E470;
}
.AnyTagClassName
{
color: #40E470;
}
</style>
background-color css
<style>
a { background-color: #40E470; }
a { background-color: rgb(64,228,112); }
div.DivClassName
{
background-color: #40E470;
}
.BgClassName
{
background-color: #40E470;
}
</style>
border-color css
<style>
span { border-color: #40E470; }
span { border-color: rgb(64,228,112); }
td.TdClassName
{
border-color: #40E470;
}
.TagClassName
{
border-color: #40E470;
}
</style>