Shades of Emerald #58C37F
Tints of Emerald #58C37F
RGB
CMYK
RGB Variations
Color information
#58C37F (or 0x58C37F) is known color: Emerald. HEX triplet: 58, C3 and 7F. RGB value is (88,195,127). Sum of RGB (Red+Green+Blue) = 88+195+127=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #58C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C37F is #A73C80. Grayscale: #9B9B9B. Windows color (decimal): -10960001 or 8373080. OLE color: 8373080.
HSL color Cylindrical-coordinate representation of color #58C37F: hue angle of 141.87º 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 #58C37F is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 127 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.24 |
| HSL | 141.87º | 0.47% | 0.55% | - |
| HSV(B) | 141.87º | 0.55% | 0.76% | - |
| XYZ | 27.37 | 42.64 | 26.87 | - |
| YUV | 155.26 | 112.05 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 127 | 0.55 | 0 | 0.35 | 0.24 | 141.87 | 0.47 | 0.55 |
| Hex | 58 | C3 | 7F | 37 | 0 | 23 | 18 | 8E | 2F | 37 |
| Octal | 130 | 303 | 177 | 67 | 0 | 43 | 30 | 216 | 57 | 67 |
| Binary | 1011000 | 11000011 | 1111111 | 110111 | 0 | 100011 | 11000 | 10001110 | 101111 | 110111 |
Color Harmonies of #58C37F
Complementary color
Monochromatic Colors of #58C37F
Black with #58C37F
Text Example
Text Example
White with #58C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C37F; }
p { color: rgb(88,195,127); }
H1.HeaderClassName
{
color: #58C37F;
}
.AnyTagClassName
{
color: #58C37F;
}
</style>
background-color css
<style>
a { background-color: #58C37F; }
a { background-color: rgb(88,195,127); }
div.DivClassName
{
background-color: #58C37F;
}
.BgClassName
{
background-color: #58C37F;
}
</style>
border-color css
<style>
span { border-color: #58C37F; }
span { border-color: rgb(88,195,127); }
td.TdClassName
{
border-color: #58C37F;
}
.TagClassName
{
border-color: #58C37F;
}
</style>