Shades of Emerald #58D77A
Tints of Emerald #58D77A
RGB
CMYK
RGB Variations
Color information
#58D77A (or 0x58D77A) is known color: Emerald. HEX triplet: 58, D7 and 7A. RGB value is (88,215,122). Sum of RGB (Red+Green+Blue) = 88+215+122=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #58D77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D77A is #A72885. Grayscale: #A6A6A6. Windows color (decimal): -10954886 or 8050520. OLE color: 8050520.
HSL color Cylindrical-coordinate representation of color #58D77A: hue angle of 136.06º 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 #58D77A is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 215 | 122 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.16 |
| HSL | 136.06º | 0.61% | 0.59% | - |
| HSV(B) | 136.06º | 0.59% | 0.84% | - |
| XYZ | 31.84 | 52.08 | 26.79 | - |
| YUV | 166.43 | 102.92 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 215 | 122 | 0.59 | 0 | 0.43 | 0.16 | 136.06 | 0.61 | 0.59 |
| Hex | 58 | D7 | 7A | 3B | 0 | 2B | 10 | 88 | 3D | 3B |
| Octal | 130 | 327 | 172 | 73 | 0 | 53 | 20 | 210 | 75 | 73 |
| Binary | 1011000 | 11010111 | 1111010 | 111011 | 0 | 101011 | 10000 | 10001000 | 111101 | 111011 |
Color Harmonies of #58D77A
Complementary color
Monochromatic Colors of #58D77A
Black with #58D77A
Text Example
Text Example
White with #58D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D77A; }
p { color: rgb(88,215,122); }
H1.HeaderClassName
{
color: #58D77A;
}
.AnyTagClassName
{
color: #58D77A;
}
</style>
background-color css
<style>
a { background-color: #58D77A; }
a { background-color: rgb(88,215,122); }
div.DivClassName
{
background-color: #58D77A;
}
.BgClassName
{
background-color: #58D77A;
}
</style>
border-color css
<style>
span { border-color: #58D77A; }
span { border-color: rgb(88,215,122); }
td.TdClassName
{
border-color: #58D77A;
}
.TagClassName
{
border-color: #58D77A;
}
</style>