Shades of Emerald #5EEB8F
Tints of Emerald #5EEB8F
RGB
CMYK
RGB Variations
Color information
#5EEB8F (or 0x5EEB8F) is known color: Emerald. HEX triplet: 5E, EB and 8F. RGB value is (94,235,143). Sum of RGB (Red+Green+Blue) = 94+235+143=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEB8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEB8F is #A11470. Grayscale: #B6B6B6. Windows color (decimal): -10556529 or 9431902. OLE color: 9431902.
HSL color Cylindrical-coordinate representation of color #5EEB8F: hue angle of 140.85º 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 #5EEB8F is Cyan = 0.6, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 235 | 143 | - |
| CMYK | 0.6 | 0 | 0.39 | 0.08 |
| HSL | 140.85º | 0.78% | 0.65% | - |
| HSV(B) | 140.85º | 0.6% | 0.92% | - |
| XYZ | 39.28 | 63.78 | 36.23 | - |
| YUV | 182.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 235 | 143 | 0.6 | 0 | 0.39 | 0.08 | 140.85 | 0.78 | 0.65 |
| Hex | 5E | EB | 8F | 3C | 0 | 27 | 8 | 8D | 4E | 41 |
| Octal | 136 | 353 | 217 | 74 | 0 | 47 | 10 | 215 | 116 | 101 |
| Binary | 1011110 | 11101011 | 10001111 | 111100 | 0 | 100111 | 1000 | 10001101 | 1001110 | 1000001 |
Color Harmonies of #5EEB8F
Complementary color
Monochromatic Colors of #5EEB8F
Black with #5EEB8F
Text Example
Text Example
White with #5EEB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEB8F; }
p { color: rgb(94,235,143); }
H1.HeaderClassName
{
color: #5EEB8F;
}
.AnyTagClassName
{
color: #5EEB8F;
}
</style>
background-color css
<style>
a { background-color: #5EEB8F; }
a { background-color: rgb(94,235,143); }
div.DivClassName
{
background-color: #5EEB8F;
}
.BgClassName
{
background-color: #5EEB8F;
}
</style>
border-color css
<style>
span { border-color: #5EEB8F; }
span { border-color: rgb(94,235,143); }
td.TdClassName
{
border-color: #5EEB8F;
}
.TagClassName
{
border-color: #5EEB8F;
}
</style>