Shades of Emerald #40E26E
Tints of Emerald #40E26E
RGB
CMYK
RGB Variations
Color information
#40E26E (or 0x40E26E) is known color: Emerald. HEX triplet: 40, E2 and 6E. RGB value is (64,226,110). Sum of RGB (Red+Green+Blue) = 64+226+110=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 226 (88.67% from 255 or 56.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 226 - color contains mainly: green. Hex color #40E26E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E26E is #BF1D91. Grayscale: #A4A4A4. Windows color (decimal): -12524946 or 7266880. OLE color: 7266880.
HSL color Cylindrical-coordinate representation of color #40E26E: hue angle of 137.04º 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 #40E26E is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 110 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.11 |
| HSL | 137.04º | 0.74% | 0.57% | - |
| HSV(B) | 137.04º | 0.72% | 0.89% | - |
| XYZ | 32.13 | 56.61 | 23.99 | - |
| YUV | 164.34 | 97.33 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 110 | 0.72 | 0 | 0.51 | 0.11 | 137.04 | 0.74 | 0.57 |
| Hex | 40 | E2 | 6E | 48 | 0 | 33 | B | 89 | 4A | 39 |
| Octal | 100 | 342 | 156 | 110 | 0 | 63 | 13 | 211 | 112 | 71 |
| Binary | 1000000 | 11100010 | 1101110 | 1001000 | 0 | 110011 | 1011 | 10001001 | 1001010 | 111001 |
Color Harmonies of #40E26E
Complementary color
Monochromatic Colors of #40E26E
Black with #40E26E
Text Example
Text Example
White with #40E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E26E; }
p { color: rgb(64,226,110); }
H1.HeaderClassName
{
color: #40E26E;
}
.AnyTagClassName
{
color: #40E26E;
}
</style>
background-color css
<style>
a { background-color: #40E26E; }
a { background-color: rgb(64,226,110); }
div.DivClassName
{
background-color: #40E26E;
}
.BgClassName
{
background-color: #40E26E;
}
</style>
border-color css
<style>
span { border-color: #40E26E; }
span { border-color: rgb(64,226,110); }
td.TdClassName
{
border-color: #40E26E;
}
.TagClassName
{
border-color: #40E26E;
}
</style>