Shades of Emerald #58C375
Tints of Emerald #58C375
RGB
CMYK
RGB Variations
Color information
#58C375 (or 0x58C375) is known color: Emerald. HEX triplet: 58, C3 and 75. RGB value is (88,195,117). Sum of RGB (Red+Green+Blue) = 88+195+117=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #58C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C375 is #A73C8A. Grayscale: #9A9A9A. Windows color (decimal): -10960011 or 7717720. OLE color: 7717720.
HSL color Cylindrical-coordinate representation of color #58C375: hue angle of 136.26º 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 #58C375 is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 117 | - |
| CMYK | 0.55 | 0 | 0.4 | 0.24 |
| HSL | 136.26º | 0.47% | 0.55% | - |
| HSV(B) | 136.26º | 0.55% | 0.76% | - |
| XYZ | 26.75 | 42.39 | 23.6 | - |
| YUV | 154.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 117 | 0.55 | 0 | 0.4 | 0.24 | 136.26 | 0.47 | 0.55 |
| Hex | 58 | C3 | 75 | 37 | 0 | 28 | 18 | 88 | 2F | 37 |
| Octal | 130 | 303 | 165 | 67 | 0 | 50 | 30 | 210 | 57 | 67 |
| Binary | 1011000 | 11000011 | 1110101 | 110111 | 0 | 101000 | 11000 | 10001000 | 101111 | 110111 |
Color Harmonies of #58C375
Complementary color
Monochromatic Colors of #58C375
Black with #58C375
Text Example
Text Example
White with #58C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C375; }
p { color: rgb(88,195,117); }
H1.HeaderClassName
{
color: #58C375;
}
.AnyTagClassName
{
color: #58C375;
}
</style>
background-color css
<style>
a { background-color: #58C375; }
a { background-color: rgb(88,195,117); }
div.DivClassName
{
background-color: #58C375;
}
.BgClassName
{
background-color: #58C375;
}
</style>
border-color css
<style>
span { border-color: #58C375; }
span { border-color: rgb(88,195,117); }
td.TdClassName
{
border-color: #58C375;
}
.TagClassName
{
border-color: #58C375;
}
</style>