Shades of Emerald #58D66C
Tints of Emerald #58D66C
RGB
CMYK
RGB Variations
Color information
#58D66C (or 0x58D66C) is known color: Emerald. HEX triplet: 58, D6 and 6C. RGB value is (88,214,108). Sum of RGB (Red+Green+Blue) = 88+214+108=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #58D66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D66C is #A72993. Grayscale: #A4A4A4. Windows color (decimal): -10955156 or 7132760. OLE color: 7132760.
HSL color Cylindrical-coordinate representation of color #58D66C: hue angle of 129.52º 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 #58D66C is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 108 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.16 |
| HSL | 129.52º | 0.61% | 0.59% | - |
| HSV(B) | 129.52º | 0.59% | 0.84% | - |
| XYZ | 30.78 | 51.25 | 22.46 | - |
| YUV | 164.24 | 96.26 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 108 | 0.59 | 0 | 0.50 | 0.16 | 129.52 | 0.61 | 0.59 |
| Hex | 58 | D6 | 6C | 3B | 0 | 32 | 10 | 82 | 3D | 3B |
| Octal | 130 | 326 | 154 | 73 | 0 | 62 | 20 | 202 | 75 | 73 |
| Binary | 1011000 | 11010110 | 1101100 | 111011 | 0 | 110010 | 10000 | 10000010 | 111101 | 111011 |
Color Harmonies of #58D66C
Complementary color
Monochromatic Colors of #58D66C
Black with #58D66C
Text Example
Text Example
White with #58D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D66C; }
p { color: rgb(88,214,108); }
H1.HeaderClassName
{
color: #58D66C;
}
.AnyTagClassName
{
color: #58D66C;
}
</style>
background-color css
<style>
a { background-color: #58D66C; }
a { background-color: rgb(88,214,108); }
div.DivClassName
{
background-color: #58D66C;
}
.BgClassName
{
background-color: #58D66C;
}
</style>
border-color css
<style>
span { border-color: #58D66C; }
span { border-color: rgb(88,214,108); }
td.TdClassName
{
border-color: #58D66C;
}
.TagClassName
{
border-color: #58D66C;
}
</style>