Shades of Emerald #58D961
Tints of Emerald #58D961
RGB
CMYK
RGB Variations
Color information
#58D961 (or 0x58D961) is known color: Emerald. HEX triplet: 58, D9 and 61. RGB value is (88,217,97). Sum of RGB (Red+Green+Blue) = 88+217+97=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #58D961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D961 is #A7269E. Grayscale: #A5A5A5. Windows color (decimal): -10954399 or 6412632. OLE color: 6412632.
HSL color Cylindrical-coordinate representation of color #58D961: hue angle of 124.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D961 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 217 | 97 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.15 |
| HSL | 124.19º | 0.63% | 0.6% | - |
| HSV(B) | 124.19º | 0.59% | 0.85% | - |
| XYZ | 31 | 52.56 | 19.82 | - |
| YUV | 164.75 | 89.76 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 217 | 97 | 0.59 | 0 | 0.55 | 0.15 | 124.19 | 0.63 | 0.6 |
| Hex | 58 | D9 | 61 | 3B | 0 | 37 | F | 7C | 3F | 3C |
| Octal | 130 | 331 | 141 | 73 | 0 | 67 | 17 | 174 | 77 | 74 |
| Binary | 1011000 | 11011001 | 1100001 | 111011 | 0 | 110111 | 1111 | 1111100 | 111111 | 111100 |
Color Harmonies of #58D961
Complementary color
Monochromatic Colors of #58D961
Black with #58D961
Text Example
Text Example
White with #58D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D961; }
p { color: rgb(88,217,97); }
H1.HeaderClassName
{
color: #58D961;
}
.AnyTagClassName
{
color: #58D961;
}
</style>
background-color css
<style>
a { background-color: #58D961; }
a { background-color: rgb(88,217,97); }
div.DivClassName
{
background-color: #58D961;
}
.BgClassName
{
background-color: #58D961;
}
</style>
border-color css
<style>
span { border-color: #58D961; }
span { border-color: rgb(88,217,97); }
td.TdClassName
{
border-color: #58D961;
}
.TagClassName
{
border-color: #58D961;
}
</style>