Shades of Emerald #58D070
Tints of Emerald #58D070
RGB
CMYK
RGB Variations
Color information
#58D070 (or 0x58D070) is known color: Emerald. HEX triplet: 58, D0 and 70. RGB value is (88,208,112). Sum of RGB (Red+Green+Blue) = 88+208+112=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #58D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D070 is #A72F8F. Grayscale: #A1A1A1. Windows color (decimal): -10956688 or 7393368. OLE color: 7393368.
HSL color Cylindrical-coordinate representation of color #58D070: hue angle of 132º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D070 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 112 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.18 |
| HSL | 132º | 0.56% | 0.58% | - |
| HSV(B) | 132º | 0.58% | 0.82% | - |
| XYZ | 29.51 | 48.36 | 23.11 | - |
| YUV | 161.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 112 | 0.58 | 0 | 0.46 | 0.18 | 132 | 0.56 | 0.58 |
| Hex | 58 | D0 | 70 | 3A | 0 | 2E | 12 | 84 | 38 | 3A |
| Octal | 130 | 320 | 160 | 72 | 0 | 56 | 22 | 204 | 70 | 72 |
| Binary | 1011000 | 11010000 | 1110000 | 111010 | 0 | 101110 | 10010 | 10000100 | 111000 | 111010 |
Color Harmonies of #58D070
Complementary color
Monochromatic Colors of #58D070
Black with #58D070
Text Example
Text Example
White with #58D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D070; }
p { color: rgb(88,208,112); }
H1.HeaderClassName
{
color: #58D070;
}
.AnyTagClassName
{
color: #58D070;
}
</style>
background-color css
<style>
a { background-color: #58D070; }
a { background-color: rgb(88,208,112); }
div.DivClassName
{
background-color: #58D070;
}
.BgClassName
{
background-color: #58D070;
}
</style>
border-color css
<style>
span { border-color: #58D070; }
span { border-color: rgb(88,208,112); }
td.TdClassName
{
border-color: #58D070;
}
.TagClassName
{
border-color: #58D070;
}
</style>