Shades of Emerald #58C385
Tints of Emerald #58C385
RGB
CMYK
RGB Variations
Color information
#58C385 (or 0x58C385) is known color: Emerald. HEX triplet: 58, C3 and 85. RGB value is (88,195,133). Sum of RGB (Red+Green+Blue) = 88+195+133=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #58C385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C385 is #A73C7A. Grayscale: #9C9C9C. Windows color (decimal): -10959995 or 8766296. OLE color: 8766296.
HSL color Cylindrical-coordinate representation of color #58C385: hue angle of 145.23º 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 #58C385 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 133 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.24 |
| HSL | 145.23º | 0.47% | 0.55% | - |
| HSV(B) | 145.23º | 0.55% | 0.76% | - |
| XYZ | 27.77 | 42.8 | 28.99 | - |
| YUV | 155.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 133 | 0.55 | 0 | 0.32 | 0.24 | 145.23 | 0.47 | 0.55 |
| Hex | 58 | C3 | 85 | 37 | 0 | 20 | 18 | 91 | 2F | 37 |
| Octal | 130 | 303 | 205 | 67 | 0 | 40 | 30 | 221 | 57 | 67 |
| Binary | 1011000 | 11000011 | 10000101 | 110111 | 0 | 100000 | 11000 | 10010001 | 101111 | 110111 |
Color Harmonies of #58C385
Complementary color
Monochromatic Colors of #58C385
Black with #58C385
Text Example
Text Example
White with #58C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C385; }
p { color: rgb(88,195,133); }
H1.HeaderClassName
{
color: #58C385;
}
.AnyTagClassName
{
color: #58C385;
}
</style>
background-color css
<style>
a { background-color: #58C385; }
a { background-color: rgb(88,195,133); }
div.DivClassName
{
background-color: #58C385;
}
.BgClassName
{
background-color: #58C385;
}
</style>
border-color css
<style>
span { border-color: #58C385; }
span { border-color: rgb(88,195,133); }
td.TdClassName
{
border-color: #58C385;
}
.TagClassName
{
border-color: #58C385;
}
</style>