Shades of Emerald #58CA77
Tints of Emerald #58CA77
RGB
CMYK
RGB Variations
Color information
#58CA77 (or 0x58CA77) is known color: Emerald. HEX triplet: 58, CA and 77. RGB value is (88,202,119). Sum of RGB (Red+Green+Blue) = 88+202+119=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA77 is #A73588. Grayscale: #9E9E9E. Windows color (decimal): -10958217 or 7850584. OLE color: 7850584.
HSL color Cylindrical-coordinate representation of color #58CA77: hue angle of 136.32º degrees, saturation: 0.52, 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 #58CA77 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 119 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.21 |
| HSL | 136.32º | 0.52% | 0.57% | - |
| HSV(B) | 136.32º | 0.56% | 0.79% | - |
| XYZ | 28.47 | 45.65 | 24.76 | - |
| YUV | 158.45 | 105.73 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 119 | 0.56 | 0 | 0.41 | 0.21 | 136.32 | 0.52 | 0.57 |
| Hex | 58 | CA | 77 | 38 | 0 | 29 | 15 | 88 | 34 | 39 |
| Octal | 130 | 312 | 167 | 70 | 0 | 51 | 25 | 210 | 64 | 71 |
| Binary | 1011000 | 11001010 | 1110111 | 111000 | 0 | 101001 | 10101 | 10001000 | 110100 | 111001 |
Color Harmonies of #58CA77
Complementary color
Monochromatic Colors of #58CA77
Black with #58CA77
Text Example
Text Example
White with #58CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA77; }
p { color: rgb(88,202,119); }
H1.HeaderClassName
{
color: #58CA77;
}
.AnyTagClassName
{
color: #58CA77;
}
</style>
background-color css
<style>
a { background-color: #58CA77; }
a { background-color: rgb(88,202,119); }
div.DivClassName
{
background-color: #58CA77;
}
.BgClassName
{
background-color: #58CA77;
}
</style>
border-color css
<style>
span { border-color: #58CA77; }
span { border-color: rgb(88,202,119); }
td.TdClassName
{
border-color: #58CA77;
}
.TagClassName
{
border-color: #58CA77;
}
</style>