Shades of Emerald #40E55D
Tints of Emerald #40E55D
RGB
CMYK
RGB Variations
Color information
#40E55D (or 0x40E55D) is known color: Emerald. HEX triplet: 40, E5 and 5D. RGB value is (64,229,93). Sum of RGB (Red+Green+Blue) = 64+229+93=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #40E55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E55D is #BF1AA2. Grayscale: #A4A4A4. Windows color (decimal): -12524195 or 6153536. OLE color: 6153536.
HSL color Cylindrical-coordinate representation of color #40E55D: hue angle of 130.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E55D is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 93 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.10 |
| HSL | 130.55º | 0.76% | 0.57% | - |
| HSV(B) | 130.55º | 0.72% | 0.9% | - |
| XYZ | 32.11 | 57.92 | 19.84 | - |
| YUV | 164.16 | 87.84 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 93 | 0.72 | 0 | 0.59 | 0.10 | 130.55 | 0.76 | 0.57 |
| Hex | 40 | E5 | 5D | 48 | 0 | 3B | A | 83 | 4C | 39 |
| Octal | 100 | 345 | 135 | 110 | 0 | 73 | 12 | 203 | 114 | 71 |
| Binary | 1000000 | 11100101 | 1011101 | 1001000 | 0 | 111011 | 1010 | 10000011 | 1001100 | 111001 |
Color Harmonies of #40E55D
Complementary color
Monochromatic Colors of #40E55D
Black with #40E55D
Text Example
Text Example
White with #40E55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E55D; }
p { color: rgb(64,229,93); }
H1.HeaderClassName
{
color: #40E55D;
}
.AnyTagClassName
{
color: #40E55D;
}
</style>
background-color css
<style>
a { background-color: #40E55D; }
a { background-color: rgb(64,229,93); }
div.DivClassName
{
background-color: #40E55D;
}
.BgClassName
{
background-color: #40E55D;
}
</style>
border-color css
<style>
span { border-color: #40E55D; }
span { border-color: rgb(64,229,93); }
td.TdClassName
{
border-color: #40E55D;
}
.TagClassName
{
border-color: #40E55D;
}
</style>