Shades of Emerald #40EB7C
Tints of Emerald #40EB7C
RGB
CMYK
RGB Variations
Color information
#40EB7C (or 0x40EB7C) is known color: Emerald. HEX triplet: 40, EB and 7C. RGB value is (64,235,124). Sum of RGB (Red+Green+Blue) = 64+235+124=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EB7C is #BF1483. Grayscale: #ABABAB. Windows color (decimal): -12522628 or 8186688. OLE color: 8186688.
HSL color Cylindrical-coordinate representation of color #40EB7C: hue angle of 141.05º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EB7C is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 124 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.08 |
| HSL | 141.05º | 0.81% | 0.59% | - |
| HSV(B) | 141.05º | 0.73% | 0.92% | - |
| XYZ | 35.46 | 61.96 | 29.16 | - |
| YUV | 171.22 | 101.35 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 124 | 0.73 | 0 | 0.47 | 0.08 | 141.05 | 0.81 | 0.59 |
| Hex | 40 | EB | 7C | 49 | 0 | 2F | 8 | 8D | 51 | 3B |
| Octal | 100 | 353 | 174 | 111 | 0 | 57 | 10 | 215 | 121 | 73 |
| Binary | 1000000 | 11101011 | 1111100 | 1001001 | 0 | 101111 | 1000 | 10001101 | 1010001 | 111011 |
Color Harmonies of #40EB7C
Complementary color
Monochromatic Colors of #40EB7C
Black with #40EB7C
Text Example
Text Example
White with #40EB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB7C; }
p { color: rgb(64,235,124); }
H1.HeaderClassName
{
color: #40EB7C;
}
.AnyTagClassName
{
color: #40EB7C;
}
</style>
background-color css
<style>
a { background-color: #40EB7C; }
a { background-color: rgb(64,235,124); }
div.DivClassName
{
background-color: #40EB7C;
}
.BgClassName
{
background-color: #40EB7C;
}
</style>
border-color css
<style>
span { border-color: #40EB7C; }
span { border-color: rgb(64,235,124); }
td.TdClassName
{
border-color: #40EB7C;
}
.TagClassName
{
border-color: #40EB7C;
}
</style>