Shades of Emerald #5ED76F
Tints of Emerald #5ED76F
RGB
CMYK
RGB Variations
Color information
#5ED76F (or 0x5ED76F) is known color: Emerald. HEX triplet: 5E, D7 and 6F. RGB value is (94,215,111). Sum of RGB (Red+Green+Blue) = 94+215+111=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED76F is #A12890. Grayscale: #A7A7A7. Windows color (decimal): -10561681 or 7329630. OLE color: 7329630.
HSL color Cylindrical-coordinate representation of color #5ED76F: hue angle of 128.43º 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 #5ED76F is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 111 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.16 |
| HSL | 128.43º | 0.6% | 0.61% | - |
| HSV(B) | 128.43º | 0.56% | 0.84% | - |
| XYZ | 31.79 | 52.13 | 23.43 | - |
| YUV | 166.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 111 | 0.56 | 0 | 0.48 | 0.16 | 128.43 | 0.6 | 0.61 |
| Hex | 5E | D7 | 6F | 38 | 0 | 30 | 10 | 80 | 3C | 3D |
| Octal | 136 | 327 | 157 | 70 | 0 | 60 | 20 | 200 | 74 | 75 |
| Binary | 1011110 | 11010111 | 1101111 | 111000 | 0 | 110000 | 10000 | 10000000 | 111100 | 111101 |
Color Harmonies of #5ED76F
Complementary color
Monochromatic Colors of #5ED76F
Black with #5ED76F
Text Example
Text Example
White with #5ED76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED76F; }
p { color: rgb(94,215,111); }
H1.HeaderClassName
{
color: #5ED76F;
}
.AnyTagClassName
{
color: #5ED76F;
}
</style>
background-color css
<style>
a { background-color: #5ED76F; }
a { background-color: rgb(94,215,111); }
div.DivClassName
{
background-color: #5ED76F;
}
.BgClassName
{
background-color: #5ED76F;
}
</style>
border-color css
<style>
span { border-color: #5ED76F; }
span { border-color: rgb(94,215,111); }
td.TdClassName
{
border-color: #5ED76F;
}
.TagClassName
{
border-color: #5ED76F;
}
</style>