Shades of Emerald #58DC7B
Tints of Emerald #58DC7B
RGB
CMYK
RGB Variations
Color information
#58DC7B (or 0x58DC7B) is known color: Emerald. HEX triplet: 58, DC and 7B. RGB value is (88,220,123). Sum of RGB (Red+Green+Blue) = 88+220+123=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DC7B is #A72384. Grayscale: #A9A9A9. Windows color (decimal): -10953605 or 8117336. OLE color: 8117336.
HSL color Cylindrical-coordinate representation of color #58DC7B: hue angle of 135.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 #58DC7B is Cyan = 0.6, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 123 | - |
| CMYK | 0.6 | 0 | 0.44 | 0.14 |
| HSL | 135.91º | 0.65% | 0.6% | - |
| HSV(B) | 135.91º | 0.6% | 0.86% | - |
| XYZ | 33.19 | 54.69 | 27.55 | - |
| YUV | 169.47 | 101.77 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 123 | 0.6 | 0 | 0.44 | 0.14 | 135.91 | 0.65 | 0.6 |
| Hex | 58 | DC | 7B | 3C | 0 | 2C | E | 88 | 41 | 3C |
| Octal | 130 | 334 | 173 | 74 | 0 | 54 | 16 | 210 | 101 | 74 |
| Binary | 1011000 | 11011100 | 1111011 | 111100 | 0 | 101100 | 1110 | 10001000 | 1000001 | 111100 |
Color Harmonies of #58DC7B
Complementary color
Monochromatic Colors of #58DC7B
Black with #58DC7B
Text Example
Text Example
White with #58DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC7B; }
p { color: rgb(88,220,123); }
H1.HeaderClassName
{
color: #58DC7B;
}
.AnyTagClassName
{
color: #58DC7B;
}
</style>
background-color css
<style>
a { background-color: #58DC7B; }
a { background-color: rgb(88,220,123); }
div.DivClassName
{
background-color: #58DC7B;
}
.BgClassName
{
background-color: #58DC7B;
}
</style>
border-color css
<style>
span { border-color: #58DC7B; }
span { border-color: rgb(88,220,123); }
td.TdClassName
{
border-color: #58DC7B;
}
.TagClassName
{
border-color: #58DC7B;
}
</style>