Shades of Emerald #58BB77
Tints of Emerald #58BB77
RGB
CMYK
RGB Variations
Color information
#58BB77 (or 0x58BB77) is known color: Emerald. HEX triplet: 58, BB and 77. RGB value is (88,187,119). Sum of RGB (Red+Green+Blue) = 88+187+119=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BB77 is #A74488. Grayscale: #959595. Windows color (decimal): -10962057 or 7846744. OLE color: 7846744.
HSL color Cylindrical-coordinate representation of color #58BB77: hue angle of 138.79º 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 #58BB77 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 187 | 119 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.27 |
| HSL | 138.79º | 0.42% | 0.54% | - |
| HSV(B) | 138.79º | 0.53% | 0.73% | - |
| XYZ | 25.12 | 38.95 | 23.65 | - |
| YUV | 149.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 119 | 0.53 | 0 | 0.36 | 0.27 | 138.79 | 0.42 | 0.54 |
| Hex | 58 | BB | 77 | 35 | 0 | 24 | 1B | 8B | 2A | 36 |
| Octal | 130 | 273 | 167 | 65 | 0 | 44 | 33 | 213 | 52 | 66 |
| Binary | 1011000 | 10111011 | 1110111 | 110101 | 0 | 100100 | 11011 | 10001011 | 101010 | 110110 |
Color Harmonies of #58BB77
Complementary color
Monochromatic Colors of #58BB77
Black with #58BB77
Text Example
Text Example
White with #58BB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BB77; }
p { color: rgb(88,187,119); }
H1.HeaderClassName
{
color: #58BB77;
}
.AnyTagClassName
{
color: #58BB77;
}
</style>
background-color css
<style>
a { background-color: #58BB77; }
a { background-color: rgb(88,187,119); }
div.DivClassName
{
background-color: #58BB77;
}
.BgClassName
{
background-color: #58BB77;
}
</style>
border-color css
<style>
span { border-color: #58BB77; }
span { border-color: rgb(88,187,119); }
td.TdClassName
{
border-color: #58BB77;
}
.TagClassName
{
border-color: #58BB77;
}
</style>