Shades of Emerald #58DC7C
Tints of Emerald #58DC7C
RGB
CMYK
RGB Variations
Color information
#58DC7C (or 0x58DC7C) is known color: Emerald. HEX triplet: 58, DC and 7C. RGB value is (88,220,124). Sum of RGB (Red+Green+Blue) = 88+220+124=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DC7C is #A72383. Grayscale: #A9A9A9. Windows color (decimal): -10953604 or 8182872. OLE color: 8182872.
HSL color Cylindrical-coordinate representation of color #58DC7C: hue angle of 136.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DC7C is Cyan = 0.6, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 124 | - |
| CMYK | 0.6 | 0 | 0.44 | 0.14 |
| HSL | 136.36º | 0.65% | 0.6% | - |
| HSV(B) | 136.36º | 0.6% | 0.86% | - |
| XYZ | 33.26 | 54.72 | 27.88 | - |
| YUV | 169.59 | 102.27 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 124 | 0.6 | 0 | 0.44 | 0.14 | 136.36 | 0.65 | 0.6 |
| Hex | 58 | DC | 7C | 3C | 0 | 2C | E | 88 | 41 | 3C |
| Octal | 130 | 334 | 174 | 74 | 0 | 54 | 16 | 210 | 101 | 74 |
| Binary | 1011000 | 11011100 | 1111100 | 111100 | 0 | 101100 | 1110 | 10001000 | 1000001 | 111100 |
Color Harmonies of #58DC7C
Complementary color
Monochromatic Colors of #58DC7C
Black with #58DC7C
Text Example
Text Example
White with #58DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC7C; }
p { color: rgb(88,220,124); }
H1.HeaderClassName
{
color: #58DC7C;
}
.AnyTagClassName
{
color: #58DC7C;
}
</style>
background-color css
<style>
a { background-color: #58DC7C; }
a { background-color: rgb(88,220,124); }
div.DivClassName
{
background-color: #58DC7C;
}
.BgClassName
{
background-color: #58DC7C;
}
</style>
border-color css
<style>
span { border-color: #58DC7C; }
span { border-color: rgb(88,220,124); }
td.TdClassName
{
border-color: #58DC7C;
}
.TagClassName
{
border-color: #58DC7C;
}
</style>