Shades of Emerald #5EE08B
Tints of Emerald #5EE08B
RGB
CMYK
RGB Variations
Color information
#5EE08B (or 0x5EE08B) is known color: Emerald. HEX triplet: 5E, E0 and 8B. RGB value is (94,224,139). Sum of RGB (Red+Green+Blue) = 94+224+139=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE08B is #A11F74. Grayscale: #AFAFAF. Windows color (decimal): -10559349 or 9166942. OLE color: 9166942.
HSL color Cylindrical-coordinate representation of color #5EE08B: hue angle of 140.77º 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 #5EE08B is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 139 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.12 |
| HSL | 140.77º | 0.68% | 0.62% | - |
| HSV(B) | 140.77º | 0.58% | 0.88% | - |
| XYZ | 35.93 | 57.56 | 33.64 | - |
| YUV | 175.44 | 107.43 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 139 | 0.58 | 0 | 0.38 | 0.12 | 140.77 | 0.68 | 0.62 |
| Hex | 5E | E0 | 8B | 3A | 0 | 26 | C | 8D | 44 | 3E |
| Octal | 136 | 340 | 213 | 72 | 0 | 46 | 14 | 215 | 104 | 76 |
| Binary | 1011110 | 11100000 | 10001011 | 111010 | 0 | 100110 | 1100 | 10001101 | 1000100 | 111110 |
Color Harmonies of #5EE08B
Complementary color
Monochromatic Colors of #5EE08B
Black with #5EE08B
Text Example
Text Example
White with #5EE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE08B; }
p { color: rgb(94,224,139); }
H1.HeaderClassName
{
color: #5EE08B;
}
.AnyTagClassName
{
color: #5EE08B;
}
</style>
background-color css
<style>
a { background-color: #5EE08B; }
a { background-color: rgb(94,224,139); }
div.DivClassName
{
background-color: #5EE08B;
}
.BgClassName
{
background-color: #5EE08B;
}
</style>
border-color css
<style>
span { border-color: #5EE08B; }
span { border-color: rgb(94,224,139); }
td.TdClassName
{
border-color: #5EE08B;
}
.TagClassName
{
border-color: #5EE08B;
}
</style>