Shades of Emerald #5EE07A
Tints of Emerald #5EE07A
RGB
CMYK
RGB Variations
Color information
#5EE07A (or 0x5EE07A) is known color: Emerald. HEX triplet: 5E, E0 and 7A. RGB value is (94,224,122). Sum of RGB (Red+Green+Blue) = 94+224+122=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EE07A is #A11F85. Grayscale: #ADADAD. Windows color (decimal): -10559366 or 8052830. OLE color: 8052830.
HSL color Cylindrical-coordinate representation of color #5EE07A: hue angle of 132.92º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE07A is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 122 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.12 |
| HSL | 132.92º | 0.68% | 0.62% | - |
| HSV(B) | 132.92º | 0.58% | 0.88% | - |
| XYZ | 34.78 | 57.1 | 27.6 | - |
| YUV | 173.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 122 | 0.58 | 0 | 0.46 | 0.12 | 132.92 | 0.68 | 0.62 |
| Hex | 5E | E0 | 7A | 3A | 0 | 2E | C | 85 | 44 | 3E |
| Octal | 136 | 340 | 172 | 72 | 0 | 56 | 14 | 205 | 104 | 76 |
| Binary | 1011110 | 11100000 | 1111010 | 111010 | 0 | 101110 | 1100 | 10000101 | 1000100 | 111110 |
Color Harmonies of #5EE07A
Complementary color
Monochromatic Colors of #5EE07A
Black with #5EE07A
Text Example
Text Example
White with #5EE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE07A; }
p { color: rgb(94,224,122); }
H1.HeaderClassName
{
color: #5EE07A;
}
.AnyTagClassName
{
color: #5EE07A;
}
</style>
background-color css
<style>
a { background-color: #5EE07A; }
a { background-color: rgb(94,224,122); }
div.DivClassName
{
background-color: #5EE07A;
}
.BgClassName
{
background-color: #5EE07A;
}
</style>
border-color css
<style>
span { border-color: #5EE07A; }
span { border-color: rgb(94,224,122); }
td.TdClassName
{
border-color: #5EE07A;
}
.TagClassName
{
border-color: #5EE07A;
}
</style>