Shades of Emerald #5EC382
Tints of Emerald #5EC382
RGB
CMYK
RGB Variations
Color information
#5EC382 (or 0x5EC382) is known color: Emerald. HEX triplet: 5E, C3 and 82. RGB value is (94,195,130). Sum of RGB (Red+Green+Blue) = 94+195+130=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC382 is #A13C7D. Grayscale: #9D9D9D. Windows color (decimal): -10566782 or 8569694. OLE color: 8569694.
HSL color Cylindrical-coordinate representation of color #5EC382: hue angle of 141.39º 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 #5EC382 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 130 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.24 |
| HSL | 141.39º | 0.46% | 0.57% | - |
| HSV(B) | 141.39º | 0.52% | 0.76% | - |
| XYZ | 28.16 | 43.02 | 27.94 | - |
| YUV | 157.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 130 | 0.52 | 0 | 0.33 | 0.24 | 141.39 | 0.46 | 0.57 |
| Hex | 5E | C3 | 82 | 34 | 0 | 21 | 18 | 8D | 2E | 39 |
| Octal | 136 | 303 | 202 | 64 | 0 | 41 | 30 | 215 | 56 | 71 |
| Binary | 1011110 | 11000011 | 10000010 | 110100 | 0 | 100001 | 11000 | 10001101 | 101110 | 111001 |
Color Harmonies of #5EC382
Complementary color
Monochromatic Colors of #5EC382
Black with #5EC382
Text Example
Text Example
White with #5EC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC382; }
p { color: rgb(94,195,130); }
H1.HeaderClassName
{
color: #5EC382;
}
.AnyTagClassName
{
color: #5EC382;
}
</style>
background-color css
<style>
a { background-color: #5EC382; }
a { background-color: rgb(94,195,130); }
div.DivClassName
{
background-color: #5EC382;
}
.BgClassName
{
background-color: #5EC382;
}
</style>
border-color css
<style>
span { border-color: #5EC382; }
span { border-color: rgb(94,195,130); }
td.TdClassName
{
border-color: #5EC382;
}
.TagClassName
{
border-color: #5EC382;
}
</style>