Shades of Emerald #40E880
Tints of Emerald #40E880
RGB
CMYK
RGB Variations
Color information
#40E880 (or 0x40E880) is known color: Emerald. HEX triplet: 40, E8 and 80. RGB value is (64,232,128). Sum of RGB (Red+Green+Blue) = 64+232+128=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #40E880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E880 is #BF177F. Grayscale: #AAAAAA. Windows color (decimal): -12523392 or 8448064. OLE color: 8448064.
HSL color Cylindrical-coordinate representation of color #40E880: hue angle of 142.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E880 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 128 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.09 |
| HSL | 142.86º | 0.79% | 0.58% | - |
| HSV(B) | 142.86º | 0.72% | 0.91% | - |
| XYZ | 34.87 | 60.36 | 30.24 | - |
| YUV | 169.91 | 104.34 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 128 | 0.72 | 0 | 0.45 | 0.09 | 142.86 | 0.79 | 0.58 |
| Hex | 40 | E8 | 80 | 48 | 0 | 2D | 9 | 8F | 4F | 3A |
| Octal | 100 | 350 | 200 | 110 | 0 | 55 | 11 | 217 | 117 | 72 |
| Binary | 1000000 | 11101000 | 10000000 | 1001000 | 0 | 101101 | 1001 | 10001111 | 1001111 | 111010 |
Color Harmonies of #40E880
Complementary color
Monochromatic Colors of #40E880
Black with #40E880
Text Example
Text Example
White with #40E880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E880; }
p { color: rgb(64,232,128); }
H1.HeaderClassName
{
color: #40E880;
}
.AnyTagClassName
{
color: #40E880;
}
</style>
background-color css
<style>
a { background-color: #40E880; }
a { background-color: rgb(64,232,128); }
div.DivClassName
{
background-color: #40E880;
}
.BgClassName
{
background-color: #40E880;
}
</style>
border-color css
<style>
span { border-color: #40E880; }
span { border-color: rgb(64,232,128); }
td.TdClassName
{
border-color: #40E880;
}
.TagClassName
{
border-color: #40E880;
}
</style>