Shades of Emerald #58D57D
Tints of Emerald #58D57D
RGB
CMYK
RGB Variations
Color information
#58D57D (or 0x58D57D) is known color: Emerald. HEX triplet: 58, D5 and 7D. RGB value is (88,213,125). Sum of RGB (Red+Green+Blue) = 88+213+125=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #58D57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D57D is #A72A82. Grayscale: #A5A5A5. Windows color (decimal): -10955395 or 8246616. OLE color: 8246616.
HSL color Cylindrical-coordinate representation of color #58D57D: hue angle of 137.76º degrees, saturation: 0.6, 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 #58D57D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 125 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.16 |
| HSL | 137.76º | 0.6% | 0.59% | - |
| HSV(B) | 137.76º | 0.59% | 0.84% | - |
| XYZ | 31.52 | 51.14 | 27.61 | - |
| YUV | 165.59 | 105.09 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 125 | 0.59 | 0 | 0.41 | 0.16 | 137.76 | 0.6 | 0.59 |
| Hex | 58 | D5 | 7D | 3B | 0 | 29 | 10 | 8A | 3C | 3B |
| Octal | 130 | 325 | 175 | 73 | 0 | 51 | 20 | 212 | 74 | 73 |
| Binary | 1011000 | 11010101 | 1111101 | 111011 | 0 | 101001 | 10000 | 10001010 | 111100 | 111011 |
Color Harmonies of #58D57D
Complementary color
Monochromatic Colors of #58D57D
Black with #58D57D
Text Example
Text Example
White with #58D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D57D; }
p { color: rgb(88,213,125); }
H1.HeaderClassName
{
color: #58D57D;
}
.AnyTagClassName
{
color: #58D57D;
}
</style>
background-color css
<style>
a { background-color: #58D57D; }
a { background-color: rgb(88,213,125); }
div.DivClassName
{
background-color: #58D57D;
}
.BgClassName
{
background-color: #58D57D;
}
</style>
border-color css
<style>
span { border-color: #58D57D; }
span { border-color: rgb(88,213,125); }
td.TdClassName
{
border-color: #58D57D;
}
.TagClassName
{
border-color: #58D57D;
}
</style>