Shades of Emerald #58DC70
Tints of Emerald #58DC70
RGB
CMYK
RGB Variations
Color information
#58DC70 (or 0x58DC70) is known color: Emerald. HEX triplet: 58, DC and 70. RGB value is (88,220,112). Sum of RGB (Red+Green+Blue) = 88+220+112=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DC70 is #A7238F. Grayscale: #A8A8A8. Windows color (decimal): -10953616 or 7396440. OLE color: 7396440.
HSL color Cylindrical-coordinate representation of color #58DC70: hue angle of 130.91º 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 #58DC70 is Cyan = 0.6, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 112 | - |
| CMYK | 0.6 | 0 | 0.49 | 0.14 |
| HSL | 130.91º | 0.65% | 0.6% | - |
| HSV(B) | 130.91º | 0.6% | 0.86% | - |
| XYZ | 32.54 | 54.43 | 24.12 | - |
| YUV | 168.22 | 96.27 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 112 | 0.6 | 0 | 0.49 | 0.14 | 130.91 | 0.65 | 0.6 |
| Hex | 58 | DC | 70 | 3C | 0 | 31 | E | 83 | 41 | 3C |
| Octal | 130 | 334 | 160 | 74 | 0 | 61 | 16 | 203 | 101 | 74 |
| Binary | 1011000 | 11011100 | 1110000 | 111100 | 0 | 110001 | 1110 | 10000011 | 1000001 | 111100 |
Color Harmonies of #58DC70
Complementary color
Monochromatic Colors of #58DC70
Black with #58DC70
Text Example
Text Example
White with #58DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC70; }
p { color: rgb(88,220,112); }
H1.HeaderClassName
{
color: #58DC70;
}
.AnyTagClassName
{
color: #58DC70;
}
</style>
background-color css
<style>
a { background-color: #58DC70; }
a { background-color: rgb(88,220,112); }
div.DivClassName
{
background-color: #58DC70;
}
.BgClassName
{
background-color: #58DC70;
}
</style>
border-color css
<style>
span { border-color: #58DC70; }
span { border-color: rgb(88,220,112); }
td.TdClassName
{
border-color: #58DC70;
}
.TagClassName
{
border-color: #58DC70;
}
</style>