Shades of Emerald #58D071
Tints of Emerald #58D071
RGB
CMYK
RGB Variations
Color information
#58D071 (or 0x58D071) is known color: Emerald. HEX triplet: 58, D0 and 71. RGB value is (88,208,113). Sum of RGB (Red+Green+Blue) = 88+208+113=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #58D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D071 is #A72F8E. Grayscale: #A1A1A1. Windows color (decimal): -10956687 or 7458904. OLE color: 7458904.
HSL color Cylindrical-coordinate representation of color #58D071: hue angle of 132.5º 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 #58D071 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 113 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.18 |
| HSL | 132.5º | 0.56% | 0.58% | - |
| HSV(B) | 132.5º | 0.58% | 0.82% | - |
| XYZ | 29.56 | 48.38 | 23.4 | - |
| YUV | 161.29 | 100.74 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 113 | 0.58 | 0 | 0.46 | 0.18 | 132.5 | 0.56 | 0.58 |
| Hex | 58 | D0 | 71 | 3A | 0 | 2E | 12 | 84 | 38 | 3A |
| Octal | 130 | 320 | 161 | 72 | 0 | 56 | 22 | 204 | 70 | 72 |
| Binary | 1011000 | 11010000 | 1110001 | 111010 | 0 | 101110 | 10010 | 10000100 | 111000 | 111010 |
Color Harmonies of #58D071
Complementary color
Monochromatic Colors of #58D071
Black with #58D071
Text Example
Text Example
White with #58D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D071; }
p { color: rgb(88,208,113); }
H1.HeaderClassName
{
color: #58D071;
}
.AnyTagClassName
{
color: #58D071;
}
</style>
background-color css
<style>
a { background-color: #58D071; }
a { background-color: rgb(88,208,113); }
div.DivClassName
{
background-color: #58D071;
}
.BgClassName
{
background-color: #58D071;
}
</style>
border-color css
<style>
span { border-color: #58D071; }
span { border-color: rgb(88,208,113); }
td.TdClassName
{
border-color: #58D071;
}
.TagClassName
{
border-color: #58D071;
}
</style>