Shades of Emerald #40E46A
Tints of Emerald #40E46A
RGB
CMYK
RGB Variations
Color information
#40E46A (or 0x40E46A) is known color: Emerald. HEX triplet: 40, E4 and 6A. RGB value is (64,228,106). Sum of RGB (Red+Green+Blue) = 64+228+106=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #40E46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E46A is #BF1B95. Grayscale: #A5A5A5. Windows color (decimal): -12524438 or 7005248. OLE color: 7005248.
HSL color Cylindrical-coordinate representation of color #40E46A: hue angle of 135.37º 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 #40E46A is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 106 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.11 |
| HSL | 135.37º | 0.75% | 0.57% | - |
| HSV(B) | 135.37º | 0.72% | 0.89% | - |
| XYZ | 32.46 | 57.62 | 23.05 | - |
| YUV | 165.06 | 94.67 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 106 | 0.72 | 0 | 0.54 | 0.11 | 135.37 | 0.75 | 0.57 |
| Hex | 40 | E4 | 6A | 48 | 0 | 36 | B | 87 | 4B | 39 |
| Octal | 100 | 344 | 152 | 110 | 0 | 66 | 13 | 207 | 113 | 71 |
| Binary | 1000000 | 11100100 | 1101010 | 1001000 | 0 | 110110 | 1011 | 10000111 | 1001011 | 111001 |
Color Harmonies of #40E46A
Complementary color
Monochromatic Colors of #40E46A
Black with #40E46A
Text Example
Text Example
White with #40E46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E46A; }
p { color: rgb(64,228,106); }
H1.HeaderClassName
{
color: #40E46A;
}
.AnyTagClassName
{
color: #40E46A;
}
</style>
background-color css
<style>
a { background-color: #40E46A; }
a { background-color: rgb(64,228,106); }
div.DivClassName
{
background-color: #40E46A;
}
.BgClassName
{
background-color: #40E46A;
}
</style>
border-color css
<style>
span { border-color: #40E46A; }
span { border-color: rgb(64,228,106); }
td.TdClassName
{
border-color: #40E46A;
}
.TagClassName
{
border-color: #40E46A;
}
</style>