Shades of Emerald #40EE7F
Tints of Emerald #40EE7F
RGB
CMYK
RGB Variations
Color information
#40EE7F (or 0x40EE7F) is known color: Emerald. HEX triplet: 40, EE and 7F. RGB value is (64,238,127). Sum of RGB (Red+Green+Blue) = 64+238+127=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 238 (93.36% from 255 or 55.48% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EE7F is #BF1180. Grayscale: #ADADAD. Windows color (decimal): -12521857 or 8384064. OLE color: 8384064.
HSL color Cylindrical-coordinate representation of color #40EE7F: hue angle of 141.72º 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 #40EE7F is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 127 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.07 |
| HSL | 141.72º | 0.84% | 0.59% | - |
| HSV(B) | 141.72º | 0.73% | 0.93% | - |
| XYZ | 36.52 | 63.77 | 30.46 | - |
| YUV | 173.32 | 101.85 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 127 | 0.73 | 0 | 0.47 | 0.07 | 141.72 | 0.84 | 0.59 |
| Hex | 40 | EE | 7F | 49 | 0 | 2F | 7 | 8E | 54 | 3B |
| Octal | 100 | 356 | 177 | 111 | 0 | 57 | 7 | 216 | 124 | 73 |
| Binary | 1000000 | 11101110 | 1111111 | 1001001 | 0 | 101111 | 111 | 10001110 | 1010100 | 111011 |
Color Harmonies of #40EE7F
Complementary color
Monochromatic Colors of #40EE7F
Black with #40EE7F
Text Example
Text Example
White with #40EE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EE7F; }
p { color: rgb(64,238,127); }
H1.HeaderClassName
{
color: #40EE7F;
}
.AnyTagClassName
{
color: #40EE7F;
}
</style>
background-color css
<style>
a { background-color: #40EE7F; }
a { background-color: rgb(64,238,127); }
div.DivClassName
{
background-color: #40EE7F;
}
.BgClassName
{
background-color: #40EE7F;
}
</style>
border-color css
<style>
span { border-color: #40EE7F; }
span { border-color: rgb(64,238,127); }
td.TdClassName
{
border-color: #40EE7F;
}
.TagClassName
{
border-color: #40EE7F;
}
</style>