Shades of Emerald #58C386
Tints of Emerald #58C386
RGB
CMYK
RGB Variations
Color information
#58C386 (or 0x58C386) is known color: Emerald. HEX triplet: 58, C3 and 86. RGB value is (88,195,134). Sum of RGB (Red+Green+Blue) = 88+195+134=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #58C386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C386 is #A73C79. Grayscale: #9C9C9C. Windows color (decimal): -10959994 or 8831832. OLE color: 8831832.
HSL color Cylindrical-coordinate representation of color #58C386: hue angle of 145.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C386 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 134 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.24 |
| HSL | 145.79º | 0.47% | 0.55% | - |
| HSV(B) | 145.79º | 0.55% | 0.76% | - |
| XYZ | 27.84 | 42.83 | 29.35 | - |
| YUV | 156.05 | 115.55 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 134 | 0.55 | 0 | 0.31 | 0.24 | 145.79 | 0.47 | 0.55 |
| Hex | 58 | C3 | 86 | 37 | 0 | 1F | 18 | 92 | 2F | 37 |
| Octal | 130 | 303 | 206 | 67 | 0 | 37 | 30 | 222 | 57 | 67 |
| Binary | 1011000 | 11000011 | 10000110 | 110111 | 0 | 11111 | 11000 | 10010010 | 101111 | 110111 |
Color Harmonies of #58C386
Complementary color
Monochromatic Colors of #58C386
Black with #58C386
Text Example
Text Example
White with #58C386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C386; }
p { color: rgb(88,195,134); }
H1.HeaderClassName
{
color: #58C386;
}
.AnyTagClassName
{
color: #58C386;
}
</style>
background-color css
<style>
a { background-color: #58C386; }
a { background-color: rgb(88,195,134); }
div.DivClassName
{
background-color: #58C386;
}
.BgClassName
{
background-color: #58C386;
}
</style>
border-color css
<style>
span { border-color: #58C386; }
span { border-color: rgb(88,195,134); }
td.TdClassName
{
border-color: #58C386;
}
.TagClassName
{
border-color: #58C386;
}
</style>