Shades of Emerald #40E080
Tints of Emerald #40E080
RGB
CMYK
RGB Variations
Color information
#40E080 (or 0x40E080) is known color: Emerald. HEX triplet: 40, E0 and 80. RGB value is (64,224,128). Sum of RGB (Red+Green+Blue) = 64+224+128=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #40E080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E080 is #BF1F7F. Grayscale: #A5A5A5. Windows color (decimal): -12525440 or 8446016. OLE color: 8446016.
HSL color Cylindrical-coordinate representation of color #40E080: hue angle of 144º 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 #40E080 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 128 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.12 |
| HSL | 144º | 0.72% | 0.56% | - |
| HSV(B) | 144º | 0.71% | 0.88% | - |
| XYZ | 32.67 | 55.96 | 29.5 | - |
| YUV | 165.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 128 | 0.71 | 0 | 0.43 | 0.12 | 144 | 0.72 | 0.56 |
| Hex | 40 | E0 | 80 | 47 | 0 | 2B | C | 90 | 48 | 38 |
| Octal | 100 | 340 | 200 | 107 | 0 | 53 | 14 | 220 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10000000 | 1000111 | 0 | 101011 | 1100 | 10010000 | 1001000 | 111000 |
Color Harmonies of #40E080
Complementary color
Monochromatic Colors of #40E080
Black with #40E080
Text Example
Text Example
White with #40E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E080; }
p { color: rgb(64,224,128); }
H1.HeaderClassName
{
color: #40E080;
}
.AnyTagClassName
{
color: #40E080;
}
</style>
background-color css
<style>
a { background-color: #40E080; }
a { background-color: rgb(64,224,128); }
div.DivClassName
{
background-color: #40E080;
}
.BgClassName
{
background-color: #40E080;
}
</style>
border-color css
<style>
span { border-color: #40E080; }
span { border-color: rgb(64,224,128); }
td.TdClassName
{
border-color: #40E080;
}
.TagClassName
{
border-color: #40E080;
}
</style>