Shades of Emerald #58D762
Tints of Emerald #58D762
RGB
CMYK
RGB Variations
Color information
#58D762 (or 0x58D762) is known color: Emerald. HEX triplet: 58, D7 and 62. RGB value is (88,215,98). Sum of RGB (Red+Green+Blue) = 88+215+98=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #58D762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D762 is #A7289D. Grayscale: #A4A4A4. Windows color (decimal): -10954910 or 6477656. OLE color: 6477656.
HSL color Cylindrical-coordinate representation of color #58D762: hue angle of 124.72º 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 #58D762 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 98 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.16 |
| HSL | 124.72º | 0.61% | 0.59% | - |
| HSV(B) | 124.72º | 0.59% | 0.84% | - |
| XYZ | 30.53 | 51.56 | 19.9 | - |
| YUV | 163.69 | 90.92 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 98 | 0.59 | 0 | 0.54 | 0.16 | 124.72 | 0.61 | 0.59 |
| Hex | 58 | D7 | 62 | 3B | 0 | 36 | 10 | 7D | 3D | 3B |
| Octal | 130 | 327 | 142 | 73 | 0 | 66 | 20 | 175 | 75 | 73 |
| Binary | 1011000 | 11010111 | 1100010 | 111011 | 0 | 110110 | 10000 | 1111101 | 111101 | 111011 |
Color Harmonies of #58D762
Complementary color
Monochromatic Colors of #58D762
Black with #58D762
Text Example
Text Example
White with #58D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D762; }
p { color: rgb(88,215,98); }
H1.HeaderClassName
{
color: #58D762;
}
.AnyTagClassName
{
color: #58D762;
}
</style>
background-color css
<style>
a { background-color: #58D762; }
a { background-color: rgb(88,215,98); }
div.DivClassName
{
background-color: #58D762;
}
.BgClassName
{
background-color: #58D762;
}
</style>
border-color css
<style>
span { border-color: #58D762; }
span { border-color: rgb(88,215,98); }
td.TdClassName
{
border-color: #58D762;
}
.TagClassName
{
border-color: #58D762;
}
</style>