Shades of Emerald #58D888
Tints of Emerald #58D888
RGB
CMYK
RGB Variations
Color information
#58D888 (or 0x58D888) is known color: Emerald. HEX triplet: 58, D8 and 88. RGB value is (88,216,136). Sum of RGB (Red+Green+Blue) = 88+216+136=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #58D888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D888 is #A72777. Grayscale: #A8A8A8. Windows color (decimal): -10954616 or 8968280. OLE color: 8968280.
HSL color Cylindrical-coordinate representation of color #58D888: hue angle of 142.5º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D888 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 136 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.15 |
| HSL | 142.5º | 0.62% | 0.6% | - |
| HSV(B) | 142.5º | 0.59% | 0.85% | - |
| XYZ | 33.02 | 52.96 | 31.78 | - |
| YUV | 168.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 136 | 0.59 | 0 | 0.37 | 0.15 | 142.5 | 0.62 | 0.6 |
| Hex | 58 | D8 | 88 | 3B | 0 | 25 | F | 8E | 3E | 3C |
| Octal | 130 | 330 | 210 | 73 | 0 | 45 | 17 | 216 | 76 | 74 |
| Binary | 1011000 | 11011000 | 10001000 | 111011 | 0 | 100101 | 1111 | 10001110 | 111110 | 111100 |
Color Harmonies of #58D888
Complementary color
Monochromatic Colors of #58D888
Black with #58D888
Text Example
Text Example
White with #58D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D888; }
p { color: rgb(88,216,136); }
H1.HeaderClassName
{
color: #58D888;
}
.AnyTagClassName
{
color: #58D888;
}
</style>
background-color css
<style>
a { background-color: #58D888; }
a { background-color: rgb(88,216,136); }
div.DivClassName
{
background-color: #58D888;
}
.BgClassName
{
background-color: #58D888;
}
</style>
border-color css
<style>
span { border-color: #58D888; }
span { border-color: rgb(88,216,136); }
td.TdClassName
{
border-color: #58D888;
}
.TagClassName
{
border-color: #58D888;
}
</style>