Shades of Emerald #40E084
Tints of Emerald #40E084
RGB
CMYK
RGB Variations
Color information
#40E084 (or 0x40E084) is known color: Emerald. HEX triplet: 40, E0 and 84. RGB value is (64,224,132). Sum of RGB (Red+Green+Blue) = 64+224+132=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #40E084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E084 is #BF1F7B. Grayscale: #A5A5A5. Windows color (decimal): -12525436 or 8708160. OLE color: 8708160.
HSL color Cylindrical-coordinate representation of color #40E084: hue angle of 145.5º 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 #40E084 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 132 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.12 |
| HSL | 145.5º | 0.72% | 0.56% | - |
| HSV(B) | 145.5º | 0.71% | 0.88% | - |
| XYZ | 32.93 | 56.07 | 30.92 | - |
| YUV | 165.67 | 108.99 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 132 | 0.71 | 0 | 0.41 | 0.12 | 145.5 | 0.72 | 0.56 |
| Hex | 40 | E0 | 84 | 47 | 0 | 29 | C | 92 | 48 | 38 |
| Octal | 100 | 340 | 204 | 107 | 0 | 51 | 14 | 222 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10000100 | 1000111 | 0 | 101001 | 1100 | 10010010 | 1001000 | 111000 |
Color Harmonies of #40E084
Complementary color
Monochromatic Colors of #40E084
Black with #40E084
Text Example
Text Example
White with #40E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E084; }
p { color: rgb(64,224,132); }
H1.HeaderClassName
{
color: #40E084;
}
.AnyTagClassName
{
color: #40E084;
}
</style>
background-color css
<style>
a { background-color: #40E084; }
a { background-color: rgb(64,224,132); }
div.DivClassName
{
background-color: #40E084;
}
.BgClassName
{
background-color: #40E084;
}
</style>
border-color css
<style>
span { border-color: #40E084; }
span { border-color: rgb(64,224,132); }
td.TdClassName
{
border-color: #40E084;
}
.TagClassName
{
border-color: #40E084;
}
</style>