Shades of Emerald #58D770
Tints of Emerald #58D770
RGB
CMYK
RGB Variations
Color information
#58D770 (or 0x58D770) is known color: Emerald. HEX triplet: 58, D7 and 70. RGB value is (88,215,112). Sum of RGB (Red+Green+Blue) = 88+215+112=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #58D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D770 is #A7288F. Grayscale: #A5A5A5. Windows color (decimal): -10954896 or 7395160. OLE color: 7395160.
HSL color Cylindrical-coordinate representation of color #58D770: hue angle of 131.34º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D770 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 112 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.16 |
| HSL | 131.34º | 0.61% | 0.59% | - |
| HSV(B) | 131.34º | 0.59% | 0.84% | - |
| XYZ | 31.25 | 51.85 | 23.69 | - |
| YUV | 165.29 | 97.92 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 112 | 0.59 | 0 | 0.48 | 0.16 | 131.34 | 0.61 | 0.59 |
| Hex | 58 | D7 | 70 | 3B | 0 | 30 | 10 | 83 | 3D | 3B |
| Octal | 130 | 327 | 160 | 73 | 0 | 60 | 20 | 203 | 75 | 73 |
| Binary | 1011000 | 11010111 | 1110000 | 111011 | 0 | 110000 | 10000 | 10000011 | 111101 | 111011 |
Color Harmonies of #58D770
Complementary color
Monochromatic Colors of #58D770
Black with #58D770
Text Example
Text Example
White with #58D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D770; }
p { color: rgb(88,215,112); }
H1.HeaderClassName
{
color: #58D770;
}
.AnyTagClassName
{
color: #58D770;
}
</style>
background-color css
<style>
a { background-color: #58D770; }
a { background-color: rgb(88,215,112); }
div.DivClassName
{
background-color: #58D770;
}
.BgClassName
{
background-color: #58D770;
}
</style>
border-color css
<style>
span { border-color: #58D770; }
span { border-color: rgb(88,215,112); }
td.TdClassName
{
border-color: #58D770;
}
.TagClassName
{
border-color: #58D770;
}
</style>