Shades of Emerald #58C582
Tints of Emerald #58C582
RGB
CMYK
RGB Variations
Color information
#58C582 (or 0x58C582) is known color: Emerald. HEX triplet: 58, C5 and 82. RGB value is (88,197,130). Sum of RGB (Red+Green+Blue) = 88+197+130=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #58C582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C582 is #A73A7D. Grayscale: #9C9C9C. Windows color (decimal): -10959486 or 8570200. OLE color: 8570200.
HSL color Cylindrical-coordinate representation of color #58C582: hue angle of 143.12º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C582 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 197 | 130 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.23 |
| HSL | 143.12º | 0.48% | 0.56% | - |
| HSV(B) | 143.12º | 0.55% | 0.77% | - |
| XYZ | 28.02 | 43.62 | 28.06 | - |
| YUV | 156.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 197 | 130 | 0.55 | 0 | 0.34 | 0.23 | 143.12 | 0.48 | 0.56 |
| Hex | 58 | C5 | 82 | 37 | 0 | 22 | 17 | 8F | 30 | 38 |
| Octal | 130 | 305 | 202 | 67 | 0 | 42 | 27 | 217 | 60 | 70 |
| Binary | 1011000 | 11000101 | 10000010 | 110111 | 0 | 100010 | 10111 | 10001111 | 110000 | 111000 |
Color Harmonies of #58C582
Complementary color
Monochromatic Colors of #58C582
Black with #58C582
Text Example
Text Example
White with #58C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C582; }
p { color: rgb(88,197,130); }
H1.HeaderClassName
{
color: #58C582;
}
.AnyTagClassName
{
color: #58C582;
}
</style>
background-color css
<style>
a { background-color: #58C582; }
a { background-color: rgb(88,197,130); }
div.DivClassName
{
background-color: #58C582;
}
.BgClassName
{
background-color: #58C582;
}
</style>
border-color css
<style>
span { border-color: #58C582; }
span { border-color: rgb(88,197,130); }
td.TdClassName
{
border-color: #58C582;
}
.TagClassName
{
border-color: #58C582;
}
</style>