Shades of Emerald #58C282
Tints of Emerald #58C282
RGB
CMYK
RGB Variations
Color information
#58C282 (or 0x58C282) is known color: Emerald. HEX triplet: 58, C2 and 82. RGB value is (88,194,130). Sum of RGB (Red+Green+Blue) = 88+194+130=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #58C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C282 is #A73D7D. Grayscale: #9B9B9B. Windows color (decimal): -10960254 or 8569432. OLE color: 8569432.
HSL color Cylindrical-coordinate representation of color #58C282: hue angle of 143.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C282 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 130 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.24 |
| HSL | 143.77º | 0.46% | 0.55% | - |
| HSV(B) | 143.77º | 0.55% | 0.76% | - |
| XYZ | 27.35 | 42.27 | 27.84 | - |
| YUV | 155.01 | 113.88 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 130 | 0.55 | 0 | 0.33 | 0.24 | 143.77 | 0.46 | 0.55 |
| Hex | 58 | C2 | 82 | 37 | 0 | 21 | 18 | 90 | 2E | 37 |
| Octal | 130 | 302 | 202 | 67 | 0 | 41 | 30 | 220 | 56 | 67 |
| Binary | 1011000 | 11000010 | 10000010 | 110111 | 0 | 100001 | 11000 | 10010000 | 101110 | 110111 |
Color Harmonies of #58C282
Complementary color
Monochromatic Colors of #58C282
Black with #58C282
Text Example
Text Example
White with #58C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C282; }
p { color: rgb(88,194,130); }
H1.HeaderClassName
{
color: #58C282;
}
.AnyTagClassName
{
color: #58C282;
}
</style>
background-color css
<style>
a { background-color: #58C282; }
a { background-color: rgb(88,194,130); }
div.DivClassName
{
background-color: #58C282;
}
.BgClassName
{
background-color: #58C282;
}
</style>
border-color css
<style>
span { border-color: #58C282; }
span { border-color: rgb(88,194,130); }
td.TdClassName
{
border-color: #58C282;
}
.TagClassName
{
border-color: #58C282;
}
</style>