Shades of Emerald #5EEB8A
Tints of Emerald #5EEB8A
RGB
CMYK
RGB Variations
Color information
#5EEB8A (or 0x5EEB8A) is known color: Emerald. HEX triplet: 5E, EB and 8A. RGB value is (94,235,138). Sum of RGB (Red+Green+Blue) = 94+235+138=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEB8A is #A11475. Grayscale: #B6B6B6. Windows color (decimal): -10556534 or 9104222. OLE color: 9104222.
HSL color Cylindrical-coordinate representation of color #5EEB8A: hue angle of 138.72º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEB8A is Cyan = 0.6, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 138 | - |
| CMYK | 0.6 | 0 | 0.41 | 0.08 |
| HSL | 138.72º | 0.78% | 0.65% | - |
| HSV(B) | 138.72º | 0.6% | 0.92% | - |
| XYZ | 38.91 | 63.63 | 34.28 | - |
| YUV | 181.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 138 | 0.6 | 0 | 0.41 | 0.08 | 138.72 | 0.78 | 0.65 |
| Hex | 5E | EB | 8A | 3C | 0 | 29 | 8 | 8B | 4E | 41 |
| Octal | 136 | 353 | 212 | 74 | 0 | 51 | 10 | 213 | 116 | 101 |
| Binary | 1011110 | 11101011 | 10001010 | 111100 | 0 | 101001 | 1000 | 10001011 | 1001110 | 1000001 |
Color Harmonies of #5EEB8A
Complementary color
Monochromatic Colors of #5EEB8A
Black with #5EEB8A
Text Example
Text Example
White with #5EEB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEB8A; }
p { color: rgb(94,235,138); }
H1.HeaderClassName
{
color: #5EEB8A;
}
.AnyTagClassName
{
color: #5EEB8A;
}
</style>
background-color css
<style>
a { background-color: #5EEB8A; }
a { background-color: rgb(94,235,138); }
div.DivClassName
{
background-color: #5EEB8A;
}
.BgClassName
{
background-color: #5EEB8A;
}
</style>
border-color css
<style>
span { border-color: #5EEB8A; }
span { border-color: rgb(94,235,138); }
td.TdClassName
{
border-color: #5EEB8A;
}
.TagClassName
{
border-color: #5EEB8A;
}
</style>