Shades of Emerald #58C476
Tints of Emerald #58C476
RGB
CMYK
RGB Variations
Color information
#58C476 (or 0x58C476) is known color: Emerald. HEX triplet: 58, C4 and 76. RGB value is (88,196,118). Sum of RGB (Red+Green+Blue) = 88+196+118=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #58C476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C476 is #A73B89. Grayscale: #9B9B9B. Windows color (decimal): -10959754 or 7783512. OLE color: 7783512.
HSL color Cylindrical-coordinate representation of color #58C476: hue angle of 136.67º 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 #58C476 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 196 | 118 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.23 |
| HSL | 136.67º | 0.48% | 0.56% | - |
| HSV(B) | 136.67º | 0.55% | 0.77% | - |
| XYZ | 27.03 | 42.86 | 23.99 | - |
| YUV | 154.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 196 | 118 | 0.55 | 0 | 0.40 | 0.23 | 136.67 | 0.48 | 0.56 |
| Hex | 58 | C4 | 76 | 37 | 0 | 28 | 17 | 89 | 30 | 38 |
| Octal | 130 | 304 | 166 | 67 | 0 | 50 | 27 | 211 | 60 | 70 |
| Binary | 1011000 | 11000100 | 1110110 | 110111 | 0 | 101000 | 10111 | 10001001 | 110000 | 111000 |
Color Harmonies of #58C476
Complementary color
Monochromatic Colors of #58C476
Black with #58C476
Text Example
Text Example
White with #58C476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C476; }
p { color: rgb(88,196,118); }
H1.HeaderClassName
{
color: #58C476;
}
.AnyTagClassName
{
color: #58C476;
}
</style>
background-color css
<style>
a { background-color: #58C476; }
a { background-color: rgb(88,196,118); }
div.DivClassName
{
background-color: #58C476;
}
.BgClassName
{
background-color: #58C476;
}
</style>
border-color css
<style>
span { border-color: #58C476; }
span { border-color: rgb(88,196,118); }
td.TdClassName
{
border-color: #58C476;
}
.TagClassName
{
border-color: #58C476;
}
</style>