Shades of Emerald #58D688
Tints of Emerald #58D688
RGB
CMYK
RGB Variations
Color information
#58D688 (or 0x58D688) is known color: Emerald. HEX triplet: 58, D6 and 88. RGB value is (88,214,136). Sum of RGB (Red+Green+Blue) = 88+214+136=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #58D688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D688 is #A72977. Grayscale: #A7A7A7. Windows color (decimal): -10955128 or 8967768. OLE color: 8967768.
HSL color Cylindrical-coordinate representation of color #58D688: hue angle of 142.86º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D688 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 136 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.16 |
| HSL | 142.86º | 0.61% | 0.59% | - |
| HSV(B) | 142.86º | 0.59% | 0.84% | - |
| XYZ | 32.52 | 51.95 | 31.61 | - |
| YUV | 167.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 136 | 0.59 | 0 | 0.36 | 0.16 | 142.86 | 0.61 | 0.59 |
| Hex | 58 | D6 | 88 | 3B | 0 | 24 | 10 | 8F | 3D | 3B |
| Octal | 130 | 326 | 210 | 73 | 0 | 44 | 20 | 217 | 75 | 73 |
| Binary | 1011000 | 11010110 | 10001000 | 111011 | 0 | 100100 | 10000 | 10001111 | 111101 | 111011 |
Color Harmonies of #58D688
Complementary color
Monochromatic Colors of #58D688
Black with #58D688
Text Example
Text Example
White with #58D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D688; }
p { color: rgb(88,214,136); }
H1.HeaderClassName
{
color: #58D688;
}
.AnyTagClassName
{
color: #58D688;
}
</style>
background-color css
<style>
a { background-color: #58D688; }
a { background-color: rgb(88,214,136); }
div.DivClassName
{
background-color: #58D688;
}
.BgClassName
{
background-color: #58D688;
}
</style>
border-color css
<style>
span { border-color: #58D688; }
span { border-color: rgb(88,214,136); }
td.TdClassName
{
border-color: #58D688;
}
.TagClassName
{
border-color: #58D688;
}
</style>