Shades of Emerald #58D583
Tints of Emerald #58D583
RGB
CMYK
RGB Variations
Color information
#58D583 (or 0x58D583) is known color: Emerald. HEX triplet: 58, D5 and 83. RGB value is (88,213,131). Sum of RGB (Red+Green+Blue) = 88+213+131=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #58D583 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D583 is #A72A7C. Grayscale: #A6A6A6. Windows color (decimal): -10955389 or 8639832. OLE color: 8639832.
HSL color Cylindrical-coordinate representation of color #58D583: hue angle of 140.64º 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 #58D583 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 213 | 131 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.16 |
| HSL | 140.64º | 0.6% | 0.59% | - |
| HSV(B) | 140.64º | 0.59% | 0.84% | - |
| XYZ | 31.92 | 51.3 | 29.69 | - |
| YUV | 166.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 131 | 0.59 | 0 | 0.38 | 0.16 | 140.64 | 0.6 | 0.59 |
| Hex | 58 | D5 | 83 | 3B | 0 | 26 | 10 | 8D | 3C | 3B |
| Octal | 130 | 325 | 203 | 73 | 0 | 46 | 20 | 215 | 74 | 73 |
| Binary | 1011000 | 11010101 | 10000011 | 111011 | 0 | 100110 | 10000 | 10001101 | 111100 | 111011 |
Color Harmonies of #58D583
Complementary color
Monochromatic Colors of #58D583
Black with #58D583
Text Example
Text Example
White with #58D583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D583; }
p { color: rgb(88,213,131); }
H1.HeaderClassName
{
color: #58D583;
}
.AnyTagClassName
{
color: #58D583;
}
</style>
background-color css
<style>
a { background-color: #58D583; }
a { background-color: rgb(88,213,131); }
div.DivClassName
{
background-color: #58D583;
}
.BgClassName
{
background-color: #58D583;
}
</style>
border-color css
<style>
span { border-color: #58D583; }
span { border-color: rgb(88,213,131); }
td.TdClassName
{
border-color: #58D583;
}
.TagClassName
{
border-color: #58D583;
}
</style>