Shades of Emerald #58D486
Tints of Emerald #58D486
RGB
CMYK
RGB Variations
Color information
#58D486 (or 0x58D486) is known color: Emerald. HEX triplet: 58, D4 and 86. RGB value is (88,212,134). Sum of RGB (Red+Green+Blue) = 88+212+134=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #58D486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D486 is #A72B79. Grayscale: #A6A6A6. Windows color (decimal): -10955642 or 8836184. OLE color: 8836184.
HSL color Cylindrical-coordinate representation of color #58D486: hue angle of 142.26º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D486 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 212 | 134 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.17 |
| HSL | 142.26º | 0.59% | 0.59% | - |
| HSV(B) | 142.26º | 0.58% | 0.83% | - |
| XYZ | 31.87 | 50.88 | 30.7 | - |
| YUV | 166.03 | 109.92 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 212 | 134 | 0.58 | 0 | 0.37 | 0.17 | 142.26 | 0.59 | 0.59 |
| Hex | 58 | D4 | 86 | 3A | 0 | 25 | 11 | 8E | 3B | 3B |
| Octal | 130 | 324 | 206 | 72 | 0 | 45 | 21 | 216 | 73 | 73 |
| Binary | 1011000 | 11010100 | 10000110 | 111010 | 0 | 100101 | 10001 | 10001110 | 111011 | 111011 |
Color Harmonies of #58D486
Complementary color
Monochromatic Colors of #58D486
Black with #58D486
Text Example
Text Example
White with #58D486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D486; }
p { color: rgb(88,212,134); }
H1.HeaderClassName
{
color: #58D486;
}
.AnyTagClassName
{
color: #58D486;
}
</style>
background-color css
<style>
a { background-color: #58D486; }
a { background-color: rgb(88,212,134); }
div.DivClassName
{
background-color: #58D486;
}
.BgClassName
{
background-color: #58D486;
}
</style>
border-color css
<style>
span { border-color: #58D486; }
span { border-color: rgb(88,212,134); }
td.TdClassName
{
border-color: #58D486;
}
.TagClassName
{
border-color: #58D486;
}
</style>