Shades of Emerald #58DD68
Tints of Emerald #58DD68
RGB
CMYK
RGB Variations
Color information
#58DD68 (or 0x58DD68) is known color: Emerald. HEX triplet: 58, DD and 68. RGB value is (88,221,104). Sum of RGB (Red+Green+Blue) = 88+221+104=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58DD68 is #A72297. Grayscale: #A8A8A8. Windows color (decimal): -10953368 or 6872408. OLE color: 6872408.
HSL color Cylindrical-coordinate representation of color #58DD68: hue angle of 127.22º 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 #58DD68 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 104 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.13 |
| HSL | 127.22º | 0.66% | 0.61% | - |
| HSV(B) | 127.22º | 0.6% | 0.87% | - |
| XYZ | 32.38 | 54.79 | 21.97 | - |
| YUV | 167.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 104 | 0.60 | 0 | 0.53 | 0.13 | 127.22 | 0.66 | 0.61 |
| Hex | 58 | DD | 68 | 3C | 0 | 35 | D | 7F | 42 | 3D |
| Octal | 130 | 335 | 150 | 74 | 0 | 65 | 15 | 177 | 102 | 75 |
| Binary | 1011000 | 11011101 | 1101000 | 111100 | 0 | 110101 | 1101 | 1111111 | 1000010 | 111101 |
Color Harmonies of #58DD68
Complementary color
Monochromatic Colors of #58DD68
Black with #58DD68
Text Example
Text Example
White with #58DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD68; }
p { color: rgb(88,221,104); }
H1.HeaderClassName
{
color: #58DD68;
}
.AnyTagClassName
{
color: #58DD68;
}
</style>
background-color css
<style>
a { background-color: #58DD68; }
a { background-color: rgb(88,221,104); }
div.DivClassName
{
background-color: #58DD68;
}
.BgClassName
{
background-color: #58DD68;
}
</style>
border-color css
<style>
span { border-color: #58DD68; }
span { border-color: rgb(88,221,104); }
td.TdClassName
{
border-color: #58DD68;
}
.TagClassName
{
border-color: #58DD68;
}
</style>