Shades of Emerald #40E572
Tints of Emerald #40E572
RGB
CMYK
RGB Variations
Color information
#40E572 (or 0x40E572) is known color: Emerald. HEX triplet: 40, E5 and 72. RGB value is (64,229,114). Sum of RGB (Red+Green+Blue) = 64+229+114=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #40E572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40E572 is #BF1A8D. Grayscale: #A6A6A6. Windows color (decimal): -12524174 or 7529792. OLE color: 7529792.
HSL color Cylindrical-coordinate representation of color #40E572: hue angle of 138.18º 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 #40E572 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 114 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.10 |
| HSL | 138.18º | 0.76% | 0.57% | - |
| HSV(B) | 138.18º | 0.72% | 0.9% | - |
| XYZ | 33.17 | 58.34 | 25.43 | - |
| YUV | 166.56 | 98.34 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 114 | 0.72 | 0 | 0.50 | 0.10 | 138.18 | 0.76 | 0.57 |
| Hex | 40 | E5 | 72 | 48 | 0 | 32 | A | 8A | 4C | 39 |
| Octal | 100 | 345 | 162 | 110 | 0 | 62 | 12 | 212 | 114 | 71 |
| Binary | 1000000 | 11100101 | 1110010 | 1001000 | 0 | 110010 | 1010 | 10001010 | 1001100 | 111001 |
Color Harmonies of #40E572
Complementary color
Monochromatic Colors of #40E572
Black with #40E572
Text Example
Text Example
White with #40E572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E572; }
p { color: rgb(64,229,114); }
H1.HeaderClassName
{
color: #40E572;
}
.AnyTagClassName
{
color: #40E572;
}
</style>
background-color css
<style>
a { background-color: #40E572; }
a { background-color: rgb(64,229,114); }
div.DivClassName
{
background-color: #40E572;
}
.BgClassName
{
background-color: #40E572;
}
</style>
border-color css
<style>
span { border-color: #40E572; }
span { border-color: rgb(64,229,114); }
td.TdClassName
{
border-color: #40E572;
}
.TagClassName
{
border-color: #40E572;
}
</style>