Shades of Emerald #58CA7E
Tints of Emerald #58CA7E
RGB
CMYK
RGB Variations
Color information
#58CA7E (or 0x58CA7E) is known color: Emerald. HEX triplet: 58, CA and 7E. RGB value is (88,202,126). Sum of RGB (Red+Green+Blue) = 88+202+126=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA7E is #A73581. Grayscale: #9F9F9F. Windows color (decimal): -10958210 or 8309336. OLE color: 8309336.
HSL color Cylindrical-coordinate representation of color #58CA7E: hue angle of 140º 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 #58CA7E is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 126 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.21 |
| HSL | 140º | 0.52% | 0.57% | - |
| HSV(B) | 140º | 0.56% | 0.79% | - |
| XYZ | 28.91 | 45.82 | 27.06 | - |
| YUV | 159.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 126 | 0.56 | 0 | 0.38 | 0.21 | 140 | 0.52 | 0.57 |
| Hex | 58 | CA | 7E | 38 | 0 | 26 | 15 | 8C | 34 | 39 |
| Octal | 130 | 312 | 176 | 70 | 0 | 46 | 25 | 214 | 64 | 71 |
| Binary | 1011000 | 11001010 | 1111110 | 111000 | 0 | 100110 | 10101 | 10001100 | 110100 | 111001 |
Color Harmonies of #58CA7E
Complementary color
Monochromatic Colors of #58CA7E
Black with #58CA7E
Text Example
Text Example
White with #58CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA7E; }
p { color: rgb(88,202,126); }
H1.HeaderClassName
{
color: #58CA7E;
}
.AnyTagClassName
{
color: #58CA7E;
}
</style>
background-color css
<style>
a { background-color: #58CA7E; }
a { background-color: rgb(88,202,126); }
div.DivClassName
{
background-color: #58CA7E;
}
.BgClassName
{
background-color: #58CA7E;
}
</style>
border-color css
<style>
span { border-color: #58CA7E; }
span { border-color: rgb(88,202,126); }
td.TdClassName
{
border-color: #58CA7E;
}
.TagClassName
{
border-color: #58CA7E;
}
</style>