Shades of Emerald #58DC84
Tints of Emerald #58DC84
RGB
CMYK
RGB Variations
Color information
#58DC84 (or 0x58DC84) is known color: Emerald. HEX triplet: 58, DC and 84. RGB value is (88,220,132). Sum of RGB (Red+Green+Blue) = 88+220+132=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DC84 is #A7237B. Grayscale: #AAAAAA. Windows color (decimal): -10953596 or 8707160. OLE color: 8707160.
HSL color Cylindrical-coordinate representation of color #58DC84: hue angle of 140º 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 #58DC84 is Cyan = 0.6, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 132 | - |
| CMYK | 0.6 | 0 | 0.40 | 0.14 |
| HSL | 140º | 0.65% | 0.6% | - |
| HSV(B) | 140º | 0.6% | 0.86% | - |
| XYZ | 33.78 | 54.93 | 30.65 | - |
| YUV | 170.5 | 106.27 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 132 | 0.6 | 0 | 0.40 | 0.14 | 140 | 0.65 | 0.6 |
| Hex | 58 | DC | 84 | 3C | 0 | 28 | E | 8C | 41 | 3C |
| Octal | 130 | 334 | 204 | 74 | 0 | 50 | 16 | 214 | 101 | 74 |
| Binary | 1011000 | 11011100 | 10000100 | 111100 | 0 | 101000 | 1110 | 10001100 | 1000001 | 111100 |
Color Harmonies of #58DC84
Complementary color
Monochromatic Colors of #58DC84
Black with #58DC84
Text Example
Text Example
White with #58DC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC84; }
p { color: rgb(88,220,132); }
H1.HeaderClassName
{
color: #58DC84;
}
.AnyTagClassName
{
color: #58DC84;
}
</style>
background-color css
<style>
a { background-color: #58DC84; }
a { background-color: rgb(88,220,132); }
div.DivClassName
{
background-color: #58DC84;
}
.BgClassName
{
background-color: #58DC84;
}
</style>
border-color css
<style>
span { border-color: #58DC84; }
span { border-color: rgb(88,220,132); }
td.TdClassName
{
border-color: #58DC84;
}
.TagClassName
{
border-color: #58DC84;
}
</style>