Shades of Emerald #5EC380
Tints of Emerald #5EC380
RGB
CMYK
RGB Variations
Color information
#5EC380 (or 0x5EC380) is known color: Emerald. HEX triplet: 5E, C3 and 80. RGB value is (94,195,128). Sum of RGB (Red+Green+Blue) = 94+195+128=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC380 is #A13C7F. Grayscale: #9D9D9D. Windows color (decimal): -10566784 or 8438622. OLE color: 8438622.
HSL color Cylindrical-coordinate representation of color #5EC380: hue angle of 140.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC380 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 128 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.24 |
| HSL | 140.2º | 0.46% | 0.57% | - |
| HSV(B) | 140.2º | 0.52% | 0.76% | - |
| XYZ | 28.03 | 42.97 | 27.24 | - |
| YUV | 157.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 128 | 0.52 | 0 | 0.34 | 0.24 | 140.2 | 0.46 | 0.57 |
| Hex | 5E | C3 | 80 | 34 | 0 | 22 | 18 | 8C | 2E | 39 |
| Octal | 136 | 303 | 200 | 64 | 0 | 42 | 30 | 214 | 56 | 71 |
| Binary | 1011110 | 11000011 | 10000000 | 110100 | 0 | 100010 | 11000 | 10001100 | 101110 | 111001 |
Color Harmonies of #5EC380
Complementary color
Monochromatic Colors of #5EC380
Black with #5EC380
Text Example
Text Example
White with #5EC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC380; }
p { color: rgb(94,195,128); }
H1.HeaderClassName
{
color: #5EC380;
}
.AnyTagClassName
{
color: #5EC380;
}
</style>
background-color css
<style>
a { background-color: #5EC380; }
a { background-color: rgb(94,195,128); }
div.DivClassName
{
background-color: #5EC380;
}
.BgClassName
{
background-color: #5EC380;
}
</style>
border-color css
<style>
span { border-color: #5EC380; }
span { border-color: rgb(94,195,128); }
td.TdClassName
{
border-color: #5EC380;
}
.TagClassName
{
border-color: #5EC380;
}
</style>