Shades of Emerald #40EA77
Tints of Emerald #40EA77
RGB
CMYK
RGB Variations
Color information
#40EA77 (or 0x40EA77) is known color: Emerald. HEX triplet: 40, EA and 77. RGB value is (64,234,119). Sum of RGB (Red+Green+Blue) = 64+234+119=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40EA77 is #BF1588. Grayscale: #AAAAAA. Windows color (decimal): -12522889 or 7858752. OLE color: 7858752.
HSL color Cylindrical-coordinate representation of color #40EA77: hue angle of 139.41º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EA77 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 119 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.08 |
| HSL | 139.41º | 0.8% | 0.58% | - |
| HSV(B) | 139.41º | 0.73% | 0.92% | - |
| XYZ | 34.87 | 61.27 | 27.44 | - |
| YUV | 170.06 | 99.18 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 119 | 0.73 | 0 | 0.49 | 0.08 | 139.41 | 0.8 | 0.58 |
| Hex | 40 | EA | 77 | 49 | 0 | 31 | 8 | 8B | 50 | 3A |
| Octal | 100 | 352 | 167 | 111 | 0 | 61 | 10 | 213 | 120 | 72 |
| Binary | 1000000 | 11101010 | 1110111 | 1001001 | 0 | 110001 | 1000 | 10001011 | 1010000 | 111010 |
Color Harmonies of #40EA77
Complementary color
Monochromatic Colors of #40EA77
Black with #40EA77
Text Example
Text Example
White with #40EA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EA77; }
p { color: rgb(64,234,119); }
H1.HeaderClassName
{
color: #40EA77;
}
.AnyTagClassName
{
color: #40EA77;
}
</style>
background-color css
<style>
a { background-color: #40EA77; }
a { background-color: rgb(64,234,119); }
div.DivClassName
{
background-color: #40EA77;
}
.BgClassName
{
background-color: #40EA77;
}
</style>
border-color css
<style>
span { border-color: #40EA77; }
span { border-color: rgb(64,234,119); }
td.TdClassName
{
border-color: #40EA77;
}
.TagClassName
{
border-color: #40EA77;
}
</style>