Shades of Emerald #58CA78
Tints of Emerald #58CA78
RGB
CMYK
RGB Variations
Color information
#58CA78 (or 0x58CA78) is known color: Emerald. HEX triplet: 58, CA and 78. RGB value is (88,202,120). Sum of RGB (Red+Green+Blue) = 88+202+120=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA78 is #A73587. Grayscale: #9E9E9E. Windows color (decimal): -10958216 or 7916120. OLE color: 7916120.
HSL color Cylindrical-coordinate representation of color #58CA78: hue angle of 136.84º 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 #58CA78 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 120 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.21 |
| HSL | 136.84º | 0.52% | 0.57% | - |
| HSV(B) | 136.84º | 0.56% | 0.79% | - |
| XYZ | 28.54 | 45.67 | 25.08 | - |
| YUV | 158.57 | 106.23 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 120 | 0.56 | 0 | 0.41 | 0.21 | 136.84 | 0.52 | 0.57 |
| Hex | 58 | CA | 78 | 38 | 0 | 29 | 15 | 89 | 34 | 39 |
| Octal | 130 | 312 | 170 | 70 | 0 | 51 | 25 | 211 | 64 | 71 |
| Binary | 1011000 | 11001010 | 1111000 | 111000 | 0 | 101001 | 10101 | 10001001 | 110100 | 111001 |
Color Harmonies of #58CA78
Complementary color
Monochromatic Colors of #58CA78
Black with #58CA78
Text Example
Text Example
White with #58CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA78; }
p { color: rgb(88,202,120); }
H1.HeaderClassName
{
color: #58CA78;
}
.AnyTagClassName
{
color: #58CA78;
}
</style>
background-color css
<style>
a { background-color: #58CA78; }
a { background-color: rgb(88,202,120); }
div.DivClassName
{
background-color: #58CA78;
}
.BgClassName
{
background-color: #58CA78;
}
</style>
border-color css
<style>
span { border-color: #58CA78; }
span { border-color: rgb(88,202,120); }
td.TdClassName
{
border-color: #58CA78;
}
.TagClassName
{
border-color: #58CA78;
}
</style>