Shades of Emerald #58CC80
Tints of Emerald #58CC80
RGB
CMYK
RGB Variations
Color information
#58CC80 (or 0x58CC80) is known color: Emerald. HEX triplet: 58, CC and 80. RGB value is (88,204,128). Sum of RGB (Red+Green+Blue) = 88+204+128=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CC80 is #A7337F. Grayscale: #A0A0A0. Windows color (decimal): -10957696 or 8440920. OLE color: 8440920.
HSL color Cylindrical-coordinate representation of color #58CC80: hue angle of 140.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CC80 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 204 | 128 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.2 |
| HSL | 140.69º | 0.53% | 0.57% | - |
| HSV(B) | 140.69º | 0.57% | 0.8% | - |
| XYZ | 29.51 | 46.82 | 27.9 | - |
| YUV | 160.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 128 | 0.57 | 0 | 0.37 | 0.2 | 140.69 | 0.53 | 0.57 |
| Hex | 58 | CC | 80 | 39 | 0 | 25 | 14 | 8D | 35 | 39 |
| Octal | 130 | 314 | 200 | 71 | 0 | 45 | 24 | 215 | 65 | 71 |
| Binary | 1011000 | 11001100 | 10000000 | 111001 | 0 | 100101 | 10100 | 10001101 | 110101 | 111001 |
Color Harmonies of #58CC80
Complementary color
Monochromatic Colors of #58CC80
Black with #58CC80
Text Example
Text Example
White with #58CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CC80; }
p { color: rgb(88,204,128); }
H1.HeaderClassName
{
color: #58CC80;
}
.AnyTagClassName
{
color: #58CC80;
}
</style>
background-color css
<style>
a { background-color: #58CC80; }
a { background-color: rgb(88,204,128); }
div.DivClassName
{
background-color: #58CC80;
}
.BgClassName
{
background-color: #58CC80;
}
</style>
border-color css
<style>
span { border-color: #58CC80; }
span { border-color: rgb(88,204,128); }
td.TdClassName
{
border-color: #58CC80;
}
.TagClassName
{
border-color: #58CC80;
}
</style>