Shades of Emerald #40EE7C
Tints of Emerald #40EE7C
RGB
CMYK
RGB Variations
Color information
#40EE7C (or 0x40EE7C) is known color: Emerald. HEX triplet: 40, EE and 7C. RGB value is (64,238,124). Sum of RGB (Red+Green+Blue) = 64+238+124=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 238 (93.36% from 255 or 55.87% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EE7C is #BF1183. Grayscale: #ADADAD. Windows color (decimal): -12521860 or 8187456. OLE color: 8187456.
HSL color Cylindrical-coordinate representation of color #40EE7C: hue angle of 140.69º degrees, saturation: 0.84, 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 #40EE7C is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 124 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.07 |
| HSL | 140.69º | 0.84% | 0.59% | - |
| HSV(B) | 140.69º | 0.73% | 0.93% | - |
| XYZ | 36.33 | 63.69 | 29.45 | - |
| YUV | 172.98 | 100.35 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 124 | 0.73 | 0 | 0.48 | 0.07 | 140.69 | 0.84 | 0.59 |
| Hex | 40 | EE | 7C | 49 | 0 | 30 | 7 | 8D | 54 | 3B |
| Octal | 100 | 356 | 174 | 111 | 0 | 60 | 7 | 215 | 124 | 73 |
| Binary | 1000000 | 11101110 | 1111100 | 1001001 | 0 | 110000 | 111 | 10001101 | 1010100 | 111011 |
Color Harmonies of #40EE7C
Complementary color
Monochromatic Colors of #40EE7C
Black with #40EE7C
Text Example
Text Example
White with #40EE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EE7C; }
p { color: rgb(64,238,124); }
H1.HeaderClassName
{
color: #40EE7C;
}
.AnyTagClassName
{
color: #40EE7C;
}
</style>
background-color css
<style>
a { background-color: #40EE7C; }
a { background-color: rgb(64,238,124); }
div.DivClassName
{
background-color: #40EE7C;
}
.BgClassName
{
background-color: #40EE7C;
}
</style>
border-color css
<style>
span { border-color: #40EE7C; }
span { border-color: rgb(64,238,124); }
td.TdClassName
{
border-color: #40EE7C;
}
.TagClassName
{
border-color: #40EE7C;
}
</style>