Shades of Emerald #40E476
Tints of Emerald #40E476
RGB
CMYK
RGB Variations
Color information
#40E476 (or 0x40E476) is known color: Emerald. HEX triplet: 40, E4 and 76. RGB value is (64,228,118). Sum of RGB (Red+Green+Blue) = 64+228+118=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #40E476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E476 is #BF1B89. Grayscale: #A6A6A6. Windows color (decimal): -12524426 or 7791680. OLE color: 7791680.
HSL color Cylindrical-coordinate representation of color #40E476: hue angle of 139.76º 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 #40E476 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 118 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.11 |
| HSL | 139.76º | 0.75% | 0.57% | - |
| HSV(B) | 139.76º | 0.72% | 0.89% | - |
| XYZ | 33.13 | 57.88 | 26.57 | - |
| YUV | 166.42 | 100.67 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 118 | 0.72 | 0 | 0.48 | 0.11 | 139.76 | 0.75 | 0.57 |
| Hex | 40 | E4 | 76 | 48 | 0 | 30 | B | 8C | 4B | 39 |
| Octal | 100 | 344 | 166 | 110 | 0 | 60 | 13 | 214 | 113 | 71 |
| Binary | 1000000 | 11100100 | 1110110 | 1001000 | 0 | 110000 | 1011 | 10001100 | 1001011 | 111001 |
Color Harmonies of #40E476
Complementary color
Monochromatic Colors of #40E476
Black with #40E476
Text Example
Text Example
White with #40E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E476; }
p { color: rgb(64,228,118); }
H1.HeaderClassName
{
color: #40E476;
}
.AnyTagClassName
{
color: #40E476;
}
</style>
background-color css
<style>
a { background-color: #40E476; }
a { background-color: rgb(64,228,118); }
div.DivClassName
{
background-color: #40E476;
}
.BgClassName
{
background-color: #40E476;
}
</style>
border-color css
<style>
span { border-color: #40E476; }
span { border-color: rgb(64,228,118); }
td.TdClassName
{
border-color: #40E476;
}
.TagClassName
{
border-color: #40E476;
}
</style>