Shades of Emerald #58C982
Tints of Emerald #58C982
RGB
CMYK
RGB Variations
Color information
#58C982 (or 0x58C982) is known color: Emerald. HEX triplet: 58, C9 and 82. RGB value is (88,201,130). Sum of RGB (Red+Green+Blue) = 88+201+130=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #58C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C982 is #A7367D. Grayscale: #9F9F9F. Windows color (decimal): -10958462 or 8571224. OLE color: 8571224.
HSL color Cylindrical-coordinate representation of color #58C982: hue angle of 142.3º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C982 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 130 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.21 |
| HSL | 142.3º | 0.51% | 0.57% | - |
| HSV(B) | 142.3º | 0.56% | 0.79% | - |
| XYZ | 28.94 | 45.46 | 28.37 | - |
| YUV | 159.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 130 | 0.56 | 0 | 0.35 | 0.21 | 142.3 | 0.51 | 0.57 |
| Hex | 58 | C9 | 82 | 38 | 0 | 23 | 15 | 8E | 33 | 39 |
| Octal | 130 | 311 | 202 | 70 | 0 | 43 | 25 | 216 | 63 | 71 |
| Binary | 1011000 | 11001001 | 10000010 | 111000 | 0 | 100011 | 10101 | 10001110 | 110011 | 111001 |
Color Harmonies of #58C982
Complementary color
Monochromatic Colors of #58C982
Black with #58C982
Text Example
Text Example
White with #58C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C982; }
p { color: rgb(88,201,130); }
H1.HeaderClassName
{
color: #58C982;
}
.AnyTagClassName
{
color: #58C982;
}
</style>
background-color css
<style>
a { background-color: #58C982; }
a { background-color: rgb(88,201,130); }
div.DivClassName
{
background-color: #58C982;
}
.BgClassName
{
background-color: #58C982;
}
</style>
border-color css
<style>
span { border-color: #58C982; }
span { border-color: rgb(88,201,130); }
td.TdClassName
{
border-color: #58C982;
}
.TagClassName
{
border-color: #58C982;
}
</style>