Shades of Emerald #40E888
Tints of Emerald #40E888
RGB
CMYK
RGB Variations
Color information
#40E888 (or 0x40E888) is known color: Emerald. HEX triplet: 40, E8 and 88. RGB value is (64,232,136). Sum of RGB (Red+Green+Blue) = 64+232+136=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 232 (91.02% from 255 or 53.70% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 232 - color contains mainly: green. Hex color #40E888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E888 is #BF1777. Grayscale: #ABABAB. Windows color (decimal): -12523384 or 8972352. OLE color: 8972352.
HSL color Cylindrical-coordinate representation of color #40E888: hue angle of 145.71º 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 #40E888 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 136 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.09 |
| HSL | 145.71º | 0.79% | 0.58% | - |
| HSV(B) | 145.71º | 0.72% | 0.91% | - |
| XYZ | 35.41 | 60.58 | 33.12 | - |
| YUV | 170.82 | 108.34 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 136 | 0.72 | 0 | 0.41 | 0.09 | 145.71 | 0.79 | 0.58 |
| Hex | 40 | E8 | 88 | 48 | 0 | 29 | 9 | 92 | 4F | 3A |
| Octal | 100 | 350 | 210 | 110 | 0 | 51 | 11 | 222 | 117 | 72 |
| Binary | 1000000 | 11101000 | 10001000 | 1001000 | 0 | 101001 | 1001 | 10010010 | 1001111 | 111010 |
Color Harmonies of #40E888
Complementary color
Monochromatic Colors of #40E888
Black with #40E888
Text Example
Text Example
White with #40E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E888; }
p { color: rgb(64,232,136); }
H1.HeaderClassName
{
color: #40E888;
}
.AnyTagClassName
{
color: #40E888;
}
</style>
background-color css
<style>
a { background-color: #40E888; }
a { background-color: rgb(64,232,136); }
div.DivClassName
{
background-color: #40E888;
}
.BgClassName
{
background-color: #40E888;
}
</style>
border-color css
<style>
span { border-color: #40E888; }
span { border-color: rgb(64,232,136); }
td.TdClassName
{
border-color: #40E888;
}
.TagClassName
{
border-color: #40E888;
}
</style>