Shades of Emerald #58BF7D
Tints of Emerald #58BF7D
RGB
CMYK
RGB Variations
Color information
#58BF7D (or 0x58BF7D) is known color: Emerald. HEX triplet: 58, BF and 7D. RGB value is (88,191,125). Sum of RGB (Red+Green+Blue) = 88+191+125=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BF7D is #A74082. Grayscale: #989898. Windows color (decimal): -10961027 or 8240984. OLE color: 8240984.
HSL color Cylindrical-coordinate representation of color #58BF7D: hue angle of 141.55º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BF7D is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 191 | 125 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.25 |
| HSL | 141.55º | 0.45% | 0.55% | - |
| HSV(B) | 141.55º | 0.54% | 0.75% | - |
| XYZ | 26.36 | 40.82 | 25.89 | - |
| YUV | 152.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 125 | 0.54 | 0 | 0.35 | 0.25 | 141.55 | 0.45 | 0.55 |
| Hex | 58 | BF | 7D | 36 | 0 | 23 | 19 | 8E | 2D | 37 |
| Octal | 130 | 277 | 175 | 66 | 0 | 43 | 31 | 216 | 55 | 67 |
| Binary | 1011000 | 10111111 | 1111101 | 110110 | 0 | 100011 | 11001 | 10001110 | 101101 | 110111 |
Color Harmonies of #58BF7D
Complementary color
Monochromatic Colors of #58BF7D
Black with #58BF7D
Text Example
Text Example
White with #58BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BF7D; }
p { color: rgb(88,191,125); }
H1.HeaderClassName
{
color: #58BF7D;
}
.AnyTagClassName
{
color: #58BF7D;
}
</style>
background-color css
<style>
a { background-color: #58BF7D; }
a { background-color: rgb(88,191,125); }
div.DivClassName
{
background-color: #58BF7D;
}
.BgClassName
{
background-color: #58BF7D;
}
</style>
border-color css
<style>
span { border-color: #58BF7D; }
span { border-color: rgb(88,191,125); }
td.TdClassName
{
border-color: #58BF7D;
}
.TagClassName
{
border-color: #58BF7D;
}
</style>