Shades of Emerald #58C06F
Tints of Emerald #58C06F
RGB
CMYK
RGB Variations
Color information
#58C06F (or 0x58C06F) is known color: Emerald. HEX triplet: 58, C0 and 6F. RGB value is (88,192,111). Sum of RGB (Red+Green+Blue) = 88+192+111=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #58C06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C06F is #A73F90. Grayscale: #979797. Windows color (decimal): -10960785 or 7323736. OLE color: 7323736.
HSL color Cylindrical-coordinate representation of color #58C06F: hue angle of 133.27º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C06F is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 111 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.25 |
| HSL | 133.27º | 0.45% | 0.55% | - |
| HSV(B) | 133.27º | 0.54% | 0.75% | - |
| XYZ | 25.74 | 40.92 | 21.58 | - |
| YUV | 151.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 111 | 0.54 | 0 | 0.42 | 0.25 | 133.27 | 0.45 | 0.55 |
| Hex | 58 | C0 | 6F | 36 | 0 | 2A | 19 | 85 | 2D | 37 |
| Octal | 130 | 300 | 157 | 66 | 0 | 52 | 31 | 205 | 55 | 67 |
| Binary | 1011000 | 11000000 | 1101111 | 110110 | 0 | 101010 | 11001 | 10000101 | 101101 | 110111 |
Color Harmonies of #58C06F
Complementary color
Monochromatic Colors of #58C06F
Black with #58C06F
Text Example
Text Example
White with #58C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C06F; }
p { color: rgb(88,192,111); }
H1.HeaderClassName
{
color: #58C06F;
}
.AnyTagClassName
{
color: #58C06F;
}
</style>
background-color css
<style>
a { background-color: #58C06F; }
a { background-color: rgb(88,192,111); }
div.DivClassName
{
background-color: #58C06F;
}
.BgClassName
{
background-color: #58C06F;
}
</style>
border-color css
<style>
span { border-color: #58C06F; }
span { border-color: rgb(88,192,111); }
td.TdClassName
{
border-color: #58C06F;
}
.TagClassName
{
border-color: #58C06F;
}
</style>