Shades of Emerald #40EC7B
Tints of Emerald #40EC7B
RGB
CMYK
RGB Variations
Color information
#40EC7B (or 0x40EC7B) is known color: Emerald. HEX triplet: 40, EC and 7B. RGB value is (64,236,123). Sum of RGB (Red+Green+Blue) = 64+236+123=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EC7B is #BF1384. Grayscale: #ABABAB. Windows color (decimal): -12522373 or 8121408. OLE color: 8121408.
HSL color Cylindrical-coordinate representation of color #40EC7B: hue angle of 140.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EC7B is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 123 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.07 |
| HSL | 140.58º | 0.82% | 0.59% | - |
| HSV(B) | 140.58º | 0.73% | 0.93% | - |
| XYZ | 35.68 | 62.51 | 28.92 | - |
| YUV | 171.69 | 100.52 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 123 | 0.73 | 0 | 0.48 | 0.07 | 140.58 | 0.82 | 0.59 |
| Hex | 40 | EC | 7B | 49 | 0 | 30 | 7 | 8D | 52 | 3B |
| Octal | 100 | 354 | 173 | 111 | 0 | 60 | 7 | 215 | 122 | 73 |
| Binary | 1000000 | 11101100 | 1111011 | 1001001 | 0 | 110000 | 111 | 10001101 | 1010010 | 111011 |
Color Harmonies of #40EC7B
Complementary color
Monochromatic Colors of #40EC7B
Black with #40EC7B
Text Example
Text Example
White with #40EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EC7B; }
p { color: rgb(64,236,123); }
H1.HeaderClassName
{
color: #40EC7B;
}
.AnyTagClassName
{
color: #40EC7B;
}
</style>
background-color css
<style>
a { background-color: #40EC7B; }
a { background-color: rgb(64,236,123); }
div.DivClassName
{
background-color: #40EC7B;
}
.BgClassName
{
background-color: #40EC7B;
}
</style>
border-color css
<style>
span { border-color: #40EC7B; }
span { border-color: rgb(64,236,123); }
td.TdClassName
{
border-color: #40EC7B;
}
.TagClassName
{
border-color: #40EC7B;
}
</style>