Shades of Emerald #5ED770
Tints of Emerald #5ED770
RGB
CMYK
RGB Variations
Color information
#5ED770 (or 0x5ED770) is known color: Emerald. HEX triplet: 5E, D7 and 70. RGB value is (94,215,112). Sum of RGB (Red+Green+Blue) = 94+215+112=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED770 is #A1288F. Grayscale: #A7A7A7. Windows color (decimal): -10561680 or 7395166. OLE color: 7395166.
HSL color Cylindrical-coordinate representation of color #5ED770: hue angle of 128.93º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED770 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 112 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.16 |
| HSL | 128.93º | 0.6% | 0.61% | - |
| HSV(B) | 128.93º | 0.56% | 0.84% | - |
| XYZ | 31.84 | 52.15 | 23.72 | - |
| YUV | 167.08 | 96.91 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 112 | 0.56 | 0 | 0.48 | 0.16 | 128.93 | 0.6 | 0.61 |
| Hex | 5E | D7 | 70 | 38 | 0 | 30 | 10 | 81 | 3C | 3D |
| Octal | 136 | 327 | 160 | 70 | 0 | 60 | 20 | 201 | 74 | 75 |
| Binary | 1011110 | 11010111 | 1110000 | 111000 | 0 | 110000 | 10000 | 10000001 | 111100 | 111101 |
Color Harmonies of #5ED770
Complementary color
Monochromatic Colors of #5ED770
Black with #5ED770
Text Example
Text Example
White with #5ED770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED770; }
p { color: rgb(94,215,112); }
H1.HeaderClassName
{
color: #5ED770;
}
.AnyTagClassName
{
color: #5ED770;
}
</style>
background-color css
<style>
a { background-color: #5ED770; }
a { background-color: rgb(94,215,112); }
div.DivClassName
{
background-color: #5ED770;
}
.BgClassName
{
background-color: #5ED770;
}
</style>
border-color css
<style>
span { border-color: #5ED770; }
span { border-color: rgb(94,215,112); }
td.TdClassName
{
border-color: #5ED770;
}
.TagClassName
{
border-color: #5ED770;
}
</style>