Shades of Emerald #58C374
Tints of Emerald #58C374
RGB
CMYK
RGB Variations
Color information
#58C374 (or 0x58C374) is known color: Emerald. HEX triplet: 58, C3 and 74. RGB value is (88,195,116). Sum of RGB (Red+Green+Blue) = 88+195+116=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #58C374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C374 is #A73C8B. Grayscale: #9A9A9A. Windows color (decimal): -10960012 or 7652184. OLE color: 7652184.
HSL color Cylindrical-coordinate representation of color #58C374: hue angle of 135.7º 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 #58C374 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 195 | 116 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.24 |
| HSL | 135.7º | 0.47% | 0.55% | - |
| HSV(B) | 135.7º | 0.55% | 0.76% | - |
| XYZ | 26.69 | 42.37 | 23.29 | - |
| YUV | 154 | 106.55 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 195 | 116 | 0.55 | 0 | 0.41 | 0.24 | 135.7 | 0.47 | 0.55 |
| Hex | 58 | C3 | 74 | 37 | 0 | 29 | 18 | 88 | 2F | 37 |
| Octal | 130 | 303 | 164 | 67 | 0 | 51 | 30 | 210 | 57 | 67 |
| Binary | 1011000 | 11000011 | 1110100 | 110111 | 0 | 101001 | 11000 | 10001000 | 101111 | 110111 |
Color Harmonies of #58C374
Complementary color
Monochromatic Colors of #58C374
Black with #58C374
Text Example
Text Example
White with #58C374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C374; }
p { color: rgb(88,195,116); }
H1.HeaderClassName
{
color: #58C374;
}
.AnyTagClassName
{
color: #58C374;
}
</style>
background-color css
<style>
a { background-color: #58C374; }
a { background-color: rgb(88,195,116); }
div.DivClassName
{
background-color: #58C374;
}
.BgClassName
{
background-color: #58C374;
}
</style>
border-color css
<style>
span { border-color: #58C374; }
span { border-color: rgb(88,195,116); }
td.TdClassName
{
border-color: #58C374;
}
.TagClassName
{
border-color: #58C374;
}
</style>