Shades of Emerald #58DD8A
Tints of Emerald #58DD8A
RGB
CMYK
RGB Variations
Color information
#58DD8A (or 0x58DD8A) is known color: Emerald. HEX triplet: 58, DD and 8A. RGB value is (88,221,138). Sum of RGB (Red+Green+Blue) = 88+221+138=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DD8A is #A72275. Grayscale: #ABABAB. Windows color (decimal): -10953334 or 9100632. OLE color: 9100632.
HSL color Cylindrical-coordinate representation of color #58DD8A: hue angle of 142.56º 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 #58DD8A is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 138 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.13 |
| HSL | 142.56º | 0.66% | 0.61% | - |
| HSV(B) | 142.56º | 0.6% | 0.87% | - |
| XYZ | 34.47 | 55.62 | 32.96 | - |
| YUV | 171.77 | 108.94 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 138 | 0.60 | 0 | 0.38 | 0.13 | 142.56 | 0.66 | 0.61 |
| Hex | 58 | DD | 8A | 3C | 0 | 26 | D | 8F | 42 | 3D |
| Octal | 130 | 335 | 212 | 74 | 0 | 46 | 15 | 217 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10001010 | 111100 | 0 | 100110 | 1101 | 10001111 | 1000010 | 111101 |
Color Harmonies of #58DD8A
Complementary color
Monochromatic Colors of #58DD8A
Black with #58DD8A
Text Example
Text Example
White with #58DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD8A; }
p { color: rgb(88,221,138); }
H1.HeaderClassName
{
color: #58DD8A;
}
.AnyTagClassName
{
color: #58DD8A;
}
</style>
background-color css
<style>
a { background-color: #58DD8A; }
a { background-color: rgb(88,221,138); }
div.DivClassName
{
background-color: #58DD8A;
}
.BgClassName
{
background-color: #58DD8A;
}
</style>
border-color css
<style>
span { border-color: #58DD8A; }
span { border-color: rgb(88,221,138); }
td.TdClassName
{
border-color: #58DD8A;
}
.TagClassName
{
border-color: #58DD8A;
}
</style>