Shades of Emerald #58C77D
Tints of Emerald #58C77D
RGB
CMYK
RGB Variations
Color information
#58C77D (or 0x58C77D) is known color: Emerald. HEX triplet: 58, C7 and 7D. RGB value is (88,199,125). Sum of RGB (Red+Green+Blue) = 88+199+125=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #58C77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C77D is #A73882. Grayscale: #9D9D9D. Windows color (decimal): -10958979 or 8243032. OLE color: 8243032.
HSL color Cylindrical-coordinate representation of color #58C77D: hue angle of 140º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C77D is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 199 | 125 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.22 |
| HSL | 140º | 0.5% | 0.56% | - |
| HSV(B) | 140º | 0.56% | 0.78% | - |
| XYZ | 28.15 | 44.4 | 26.49 | - |
| YUV | 157.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 199 | 125 | 0.56 | 0 | 0.37 | 0.22 | 140 | 0.5 | 0.56 |
| Hex | 58 | C7 | 7D | 38 | 0 | 25 | 16 | 8C | 32 | 38 |
| Octal | 130 | 307 | 175 | 70 | 0 | 45 | 26 | 214 | 62 | 70 |
| Binary | 1011000 | 11000111 | 1111101 | 111000 | 0 | 100101 | 10110 | 10001100 | 110010 | 111000 |
Color Harmonies of #58C77D
Complementary color
Monochromatic Colors of #58C77D
Black with #58C77D
Text Example
Text Example
White with #58C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C77D; }
p { color: rgb(88,199,125); }
H1.HeaderClassName
{
color: #58C77D;
}
.AnyTagClassName
{
color: #58C77D;
}
</style>
background-color css
<style>
a { background-color: #58C77D; }
a { background-color: rgb(88,199,125); }
div.DivClassName
{
background-color: #58C77D;
}
.BgClassName
{
background-color: #58C77D;
}
</style>
border-color css
<style>
span { border-color: #58C77D; }
span { border-color: rgb(88,199,125); }
td.TdClassName
{
border-color: #58C77D;
}
.TagClassName
{
border-color: #58C77D;
}
</style>