Shades of Emerald #58C96F
Tints of Emerald #58C96F
RGB
CMYK
RGB Variations
Color information
#58C96F (or 0x58C96F) is known color: Emerald. HEX triplet: 58, C9 and 6F. RGB value is (88,201,111). Sum of RGB (Red+Green+Blue) = 88+201+111=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #58C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C96F is #A73690. Grayscale: #9D9D9D. Windows color (decimal): -10958481 or 7326040. OLE color: 7326040.
HSL color Cylindrical-coordinate representation of color #58C96F: hue angle of 132.21º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C96F is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 111 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.21 |
| HSL | 132.21º | 0.51% | 0.57% | - |
| HSV(B) | 132.21º | 0.56% | 0.79% | - |
| XYZ | 27.78 | 45 | 22.26 | - |
| YUV | 156.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 111 | 0.56 | 0 | 0.45 | 0.21 | 132.21 | 0.51 | 0.57 |
| Hex | 58 | C9 | 6F | 38 | 0 | 2D | 15 | 84 | 33 | 39 |
| Octal | 130 | 311 | 157 | 70 | 0 | 55 | 25 | 204 | 63 | 71 |
| Binary | 1011000 | 11001001 | 1101111 | 111000 | 0 | 101101 | 10101 | 10000100 | 110011 | 111001 |
Color Harmonies of #58C96F
Complementary color
Monochromatic Colors of #58C96F
Black with #58C96F
Text Example
Text Example
White with #58C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C96F; }
p { color: rgb(88,201,111); }
H1.HeaderClassName
{
color: #58C96F;
}
.AnyTagClassName
{
color: #58C96F;
}
</style>
background-color css
<style>
a { background-color: #58C96F; }
a { background-color: rgb(88,201,111); }
div.DivClassName
{
background-color: #58C96F;
}
.BgClassName
{
background-color: #58C96F;
}
</style>
border-color css
<style>
span { border-color: #58C96F; }
span { border-color: rgb(88,201,111); }
td.TdClassName
{
border-color: #58C96F;
}
.TagClassName
{
border-color: #58C96F;
}
</style>