Shades of Emerald #40E06E
Tints of Emerald #40E06E
RGB
CMYK
RGB Variations
Color information
#40E06E (or 0x40E06E) is known color: Emerald. HEX triplet: 40, E0 and 6E. RGB value is (64,224,110). Sum of RGB (Red+Green+Blue) = 64+224+110=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #40E06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E06E is #BF1F91. Grayscale: #A3A3A3. Windows color (decimal): -12525458 or 7266368. OLE color: 7266368.
HSL color Cylindrical-coordinate representation of color #40E06E: hue angle of 137.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E06E is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 110 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.12 |
| HSL | 137.25º | 0.72% | 0.56% | - |
| HSV(B) | 137.25º | 0.71% | 0.88% | - |
| XYZ | 31.58 | 55.53 | 23.8 | - |
| YUV | 163.16 | 97.99 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 110 | 0.71 | 0 | 0.51 | 0.12 | 137.25 | 0.72 | 0.56 |
| Hex | 40 | E0 | 6E | 47 | 0 | 33 | C | 89 | 48 | 38 |
| Octal | 100 | 340 | 156 | 107 | 0 | 63 | 14 | 211 | 110 | 70 |
| Binary | 1000000 | 11100000 | 1101110 | 1000111 | 0 | 110011 | 1100 | 10001001 | 1001000 | 111000 |
Color Harmonies of #40E06E
Complementary color
Monochromatic Colors of #40E06E
Black with #40E06E
Text Example
Text Example
White with #40E06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E06E; }
p { color: rgb(64,224,110); }
H1.HeaderClassName
{
color: #40E06E;
}
.AnyTagClassName
{
color: #40E06E;
}
</style>
background-color css
<style>
a { background-color: #40E06E; }
a { background-color: rgb(64,224,110); }
div.DivClassName
{
background-color: #40E06E;
}
.BgClassName
{
background-color: #40E06E;
}
</style>
border-color css
<style>
span { border-color: #40E06E; }
span { border-color: rgb(64,224,110); }
td.TdClassName
{
border-color: #40E06E;
}
.TagClassName
{
border-color: #40E06E;
}
</style>