Shades of Emerald #58BB7C
Tints of Emerald #58BB7C
RGB
CMYK
RGB Variations
Color information
#58BB7C (or 0x58BB7C) is known color: Emerald. HEX triplet: 58, BB and 7C. RGB value is (88,187,124). Sum of RGB (Red+Green+Blue) = 88+187+124=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BB7C is #A74483. Grayscale: #969696. Windows color (decimal): -10962052 or 8174424. OLE color: 8174424.
HSL color Cylindrical-coordinate representation of color #58BB7C: hue angle of 141.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BB7C is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 187 | 124 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.27 |
| HSL | 141.82º | 0.42% | 0.54% | - |
| HSV(B) | 141.82º | 0.53% | 0.73% | - |
| XYZ | 25.43 | 39.07 | 25.27 | - |
| YUV | 150.22 | 113.2 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 124 | 0.53 | 0 | 0.34 | 0.27 | 141.82 | 0.42 | 0.54 |
| Hex | 58 | BB | 7C | 35 | 0 | 22 | 1B | 8E | 2A | 36 |
| Octal | 130 | 273 | 174 | 65 | 0 | 42 | 33 | 216 | 52 | 66 |
| Binary | 1011000 | 10111011 | 1111100 | 110101 | 0 | 100010 | 11011 | 10001110 | 101010 | 110110 |
Color Harmonies of #58BB7C
Complementary color
Monochromatic Colors of #58BB7C
Black with #58BB7C
Text Example
Text Example
White with #58BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BB7C; }
p { color: rgb(88,187,124); }
H1.HeaderClassName
{
color: #58BB7C;
}
.AnyTagClassName
{
color: #58BB7C;
}
</style>
background-color css
<style>
a { background-color: #58BB7C; }
a { background-color: rgb(88,187,124); }
div.DivClassName
{
background-color: #58BB7C;
}
.BgClassName
{
background-color: #58BB7C;
}
</style>
border-color css
<style>
span { border-color: #58BB7C; }
span { border-color: rgb(88,187,124); }
td.TdClassName
{
border-color: #58BB7C;
}
.TagClassName
{
border-color: #58BB7C;
}
</style>