Shades of Emerald #58DD7A
Tints of Emerald #58DD7A
RGB
CMYK
RGB Variations
Color information
#58DD7A (or 0x58DD7A) is known color: Emerald. HEX triplet: 58, DD and 7A. RGB value is (88,221,122). Sum of RGB (Red+Green+Blue) = 88+221+122=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD7A is #A72285. Grayscale: #AAAAAA. Windows color (decimal): -10953350 or 8052056. OLE color: 8052056.
HSL color Cylindrical-coordinate representation of color #58DD7A: hue angle of 135.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DD7A is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 122 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.13 |
| HSL | 135.34º | 0.66% | 0.61% | - |
| HSV(B) | 135.34º | 0.6% | 0.87% | - |
| XYZ | 33.39 | 55.19 | 27.31 | - |
| YUV | 169.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 122 | 0.60 | 0 | 0.45 | 0.13 | 135.34 | 0.66 | 0.61 |
| Hex | 58 | DD | 7A | 3C | 0 | 2D | D | 87 | 42 | 3D |
| Octal | 130 | 335 | 172 | 74 | 0 | 55 | 15 | 207 | 102 | 75 |
| Binary | 1011000 | 11011101 | 1111010 | 111100 | 0 | 101101 | 1101 | 10000111 | 1000010 | 111101 |
Color Harmonies of #58DD7A
Complementary color
Monochromatic Colors of #58DD7A
Black with #58DD7A
Text Example
Text Example
White with #58DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD7A; }
p { color: rgb(88,221,122); }
H1.HeaderClassName
{
color: #58DD7A;
}
.AnyTagClassName
{
color: #58DD7A;
}
</style>
background-color css
<style>
a { background-color: #58DD7A; }
a { background-color: rgb(88,221,122); }
div.DivClassName
{
background-color: #58DD7A;
}
.BgClassName
{
background-color: #58DD7A;
}
</style>
border-color css
<style>
span { border-color: #58DD7A; }
span { border-color: rgb(88,221,122); }
td.TdClassName
{
border-color: #58DD7A;
}
.TagClassName
{
border-color: #58DD7A;
}
</style>