Shades of Emerald #58D06C
Tints of Emerald #58D06C
RGB
CMYK
RGB Variations
Color information
#58D06C (or 0x58D06C) is known color: Emerald. HEX triplet: 58, D0 and 6C. RGB value is (88,208,108). Sum of RGB (Red+Green+Blue) = 88+208+108=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #58D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D06C is #A72F93. Grayscale: #A1A1A1. Windows color (decimal): -10956692 or 7131224. OLE color: 7131224.
HSL color Cylindrical-coordinate representation of color #58D06C: hue angle of 130º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D06C is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 108 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.18 |
| HSL | 130º | 0.56% | 0.58% | - |
| HSV(B) | 130º | 0.58% | 0.82% | - |
| XYZ | 29.29 | 48.27 | 21.96 | - |
| YUV | 160.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 108 | 0.58 | 0 | 0.48 | 0.18 | 130 | 0.56 | 0.58 |
| Hex | 58 | D0 | 6C | 3A | 0 | 30 | 12 | 82 | 38 | 3A |
| Octal | 130 | 320 | 154 | 72 | 0 | 60 | 22 | 202 | 70 | 72 |
| Binary | 1011000 | 11010000 | 1101100 | 111010 | 0 | 110000 | 10010 | 10000010 | 111000 | 111010 |
Color Harmonies of #58D06C
Complementary color
Monochromatic Colors of #58D06C
Black with #58D06C
Text Example
Text Example
White with #58D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D06C; }
p { color: rgb(88,208,108); }
H1.HeaderClassName
{
color: #58D06C;
}
.AnyTagClassName
{
color: #58D06C;
}
</style>
background-color css
<style>
a { background-color: #58D06C; }
a { background-color: rgb(88,208,108); }
div.DivClassName
{
background-color: #58D06C;
}
.BgClassName
{
background-color: #58D06C;
}
</style>
border-color css
<style>
span { border-color: #58D06C; }
span { border-color: rgb(88,208,108); }
td.TdClassName
{
border-color: #58D06C;
}
.TagClassName
{
border-color: #58D06C;
}
</style>