Shades of Emerald #5ED472
Tints of Emerald #5ED472
RGB
CMYK
RGB Variations
Color information
#5ED472 (or 0x5ED472) is known color: Emerald. HEX triplet: 5E, D4 and 72. RGB value is (94,212,114). Sum of RGB (Red+Green+Blue) = 94+212+114=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED472 is #A12B8D. Grayscale: #A5A5A5. Windows color (decimal): -10562446 or 7525470. OLE color: 7525470.
HSL color Cylindrical-coordinate representation of color #5ED472: hue angle of 130.17º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED472 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 212 | 114 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.17 |
| HSL | 130.17º | 0.58% | 0.6% | - |
| HSV(B) | 130.17º | 0.56% | 0.83% | - |
| XYZ | 31.2 | 50.68 | 24.06 | - |
| YUV | 165.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 212 | 114 | 0.56 | 0 | 0.46 | 0.17 | 130.17 | 0.58 | 0.6 |
| Hex | 5E | D4 | 72 | 38 | 0 | 2E | 11 | 82 | 3A | 3C |
| Octal | 136 | 324 | 162 | 70 | 0 | 56 | 21 | 202 | 72 | 74 |
| Binary | 1011110 | 11010100 | 1110010 | 111000 | 0 | 101110 | 10001 | 10000010 | 111010 | 111100 |
Color Harmonies of #5ED472
Complementary color
Monochromatic Colors of #5ED472
Black with #5ED472
Text Example
Text Example
White with #5ED472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED472; }
p { color: rgb(94,212,114); }
H1.HeaderClassName
{
color: #5ED472;
}
.AnyTagClassName
{
color: #5ED472;
}
</style>
background-color css
<style>
a { background-color: #5ED472; }
a { background-color: rgb(94,212,114); }
div.DivClassName
{
background-color: #5ED472;
}
.BgClassName
{
background-color: #5ED472;
}
</style>
border-color css
<style>
span { border-color: #5ED472; }
span { border-color: rgb(94,212,114); }
td.TdClassName
{
border-color: #5ED472;
}
.TagClassName
{
border-color: #5ED472;
}
</style>