Shades of Emerald #5ECD82
Tints of Emerald #5ECD82
RGB
CMYK
RGB Variations
Color information
#5ECD82 (or 0x5ECD82) is known color: Emerald. HEX triplet: 5E, CD and 82. RGB value is (94,205,130). Sum of RGB (Red+Green+Blue) = 94+205+130=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECD82 is #A1327D. Grayscale: #A3A3A3. Windows color (decimal): -10564222 or 8572254. OLE color: 8572254.
HSL color Cylindrical-coordinate representation of color #5ECD82: hue angle of 139.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECD82 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 130 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.20 |
| HSL | 139.46º | 0.53% | 0.59% | - |
| HSV(B) | 139.46º | 0.54% | 0.8% | - |
| XYZ | 30.48 | 47.65 | 28.71 | - |
| YUV | 163.26 | 109.23 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 130 | 0.54 | 0 | 0.37 | 0.20 | 139.46 | 0.53 | 0.59 |
| Hex | 5E | CD | 82 | 36 | 0 | 25 | 14 | 8B | 35 | 3B |
| Octal | 136 | 315 | 202 | 66 | 0 | 45 | 24 | 213 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10000010 | 110110 | 0 | 100101 | 10100 | 10001011 | 110101 | 111011 |
Color Harmonies of #5ECD82
Complementary color
Monochromatic Colors of #5ECD82
Black with #5ECD82
Text Example
Text Example
White with #5ECD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD82; }
p { color: rgb(94,205,130); }
H1.HeaderClassName
{
color: #5ECD82;
}
.AnyTagClassName
{
color: #5ECD82;
}
</style>
background-color css
<style>
a { background-color: #5ECD82; }
a { background-color: rgb(94,205,130); }
div.DivClassName
{
background-color: #5ECD82;
}
.BgClassName
{
background-color: #5ECD82;
}
</style>
border-color css
<style>
span { border-color: #5ECD82; }
span { border-color: rgb(94,205,130); }
td.TdClassName
{
border-color: #5ECD82;
}
.TagClassName
{
border-color: #5ECD82;
}
</style>