Shades of Emerald #5ECE82
Tints of Emerald #5ECE82
RGB
CMYK
RGB Variations
Color information
#5ECE82 (or 0x5ECE82) is known color: Emerald. HEX triplet: 5E, CE and 82. RGB value is (94,206,130). Sum of RGB (Red+Green+Blue) = 94+206+130=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECE82 is #A1317D. Grayscale: #A4A4A4. Windows color (decimal): -10563966 or 8572510. OLE color: 8572510.
HSL color Cylindrical-coordinate representation of color #5ECE82: hue angle of 139.29º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECE82 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 130 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.19 |
| HSL | 139.29º | 0.53% | 0.59% | - |
| HSV(B) | 139.29º | 0.54% | 0.81% | - |
| XYZ | 30.72 | 48.13 | 28.79 | - |
| YUV | 163.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 130 | 0.54 | 0 | 0.37 | 0.19 | 139.29 | 0.53 | 0.59 |
| Hex | 5E | CE | 82 | 36 | 0 | 25 | 13 | 8B | 35 | 3B |
| Octal | 136 | 316 | 202 | 66 | 0 | 45 | 23 | 213 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10000010 | 110110 | 0 | 100101 | 10011 | 10001011 | 110101 | 111011 |
Color Harmonies of #5ECE82
Complementary color
Monochromatic Colors of #5ECE82
Black with #5ECE82
Text Example
Text Example
White with #5ECE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECE82; }
p { color: rgb(94,206,130); }
H1.HeaderClassName
{
color: #5ECE82;
}
.AnyTagClassName
{
color: #5ECE82;
}
</style>
background-color css
<style>
a { background-color: #5ECE82; }
a { background-color: rgb(94,206,130); }
div.DivClassName
{
background-color: #5ECE82;
}
.BgClassName
{
background-color: #5ECE82;
}
</style>
border-color css
<style>
span { border-color: #5ECE82; }
span { border-color: rgb(94,206,130); }
td.TdClassName
{
border-color: #5ECE82;
}
.TagClassName
{
border-color: #5ECE82;
}
</style>