Shades of Emerald #58C97D
Tints of Emerald #58C97D
RGB
CMYK
RGB Variations
Color information
#58C97D (or 0x58C97D) is known color: Emerald. HEX triplet: 58, C9 and 7D. RGB value is (88,201,125). Sum of RGB (Red+Green+Blue) = 88+201+125=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #58C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C97D is #A73682. Grayscale: #9E9E9E. Windows color (decimal): -10958467 or 8243544. OLE color: 8243544.
HSL color Cylindrical-coordinate representation of color #58C97D: hue angle of 139.65º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C97D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 125 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.21 |
| HSL | 139.65º | 0.51% | 0.57% | - |
| HSV(B) | 139.65º | 0.56% | 0.79% | - |
| XYZ | 28.61 | 45.33 | 26.64 | - |
| YUV | 158.55 | 109.06 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 125 | 0.56 | 0 | 0.38 | 0.21 | 139.65 | 0.51 | 0.57 |
| Hex | 58 | C9 | 7D | 38 | 0 | 26 | 15 | 8C | 33 | 39 |
| Octal | 130 | 311 | 175 | 70 | 0 | 46 | 25 | 214 | 63 | 71 |
| Binary | 1011000 | 11001001 | 1111101 | 111000 | 0 | 100110 | 10101 | 10001100 | 110011 | 111001 |
Color Harmonies of #58C97D
Complementary color
Monochromatic Colors of #58C97D
Black with #58C97D
Text Example
Text Example
White with #58C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C97D; }
p { color: rgb(88,201,125); }
H1.HeaderClassName
{
color: #58C97D;
}
.AnyTagClassName
{
color: #58C97D;
}
</style>
background-color css
<style>
a { background-color: #58C97D; }
a { background-color: rgb(88,201,125); }
div.DivClassName
{
background-color: #58C97D;
}
.BgClassName
{
background-color: #58C97D;
}
</style>
border-color css
<style>
span { border-color: #58C97D; }
span { border-color: rgb(88,201,125); }
td.TdClassName
{
border-color: #58C97D;
}
.TagClassName
{
border-color: #58C97D;
}
</style>