Shades of Emerald #58CA85
Tints of Emerald #58CA85
RGB
CMYK
RGB Variations
Color information
#58CA85 (or 0x58CA85) is known color: Emerald. HEX triplet: 58, CA and 85. RGB value is (88,202,133). Sum of RGB (Red+Green+Blue) = 88+202+133=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CA85 is #A7357A. Grayscale: #A0A0A0. Windows color (decimal): -10958203 or 8768088. OLE color: 8768088.
HSL color Cylindrical-coordinate representation of color #58CA85: hue angle of 143.68º 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 #58CA85 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 133 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.21 |
| HSL | 143.68º | 0.52% | 0.57% | - |
| HSV(B) | 143.68º | 0.56% | 0.79% | - |
| XYZ | 29.38 | 46.01 | 29.52 | - |
| YUV | 160.05 | 112.73 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 133 | 0.56 | 0 | 0.34 | 0.21 | 143.68 | 0.52 | 0.57 |
| Hex | 58 | CA | 85 | 38 | 0 | 22 | 15 | 90 | 34 | 39 |
| Octal | 130 | 312 | 205 | 70 | 0 | 42 | 25 | 220 | 64 | 71 |
| Binary | 1011000 | 11001010 | 10000101 | 111000 | 0 | 100010 | 10101 | 10010000 | 110100 | 111001 |
Color Harmonies of #58CA85
Complementary color
Monochromatic Colors of #58CA85
Black with #58CA85
Text Example
Text Example
White with #58CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA85; }
p { color: rgb(88,202,133); }
H1.HeaderClassName
{
color: #58CA85;
}
.AnyTagClassName
{
color: #58CA85;
}
</style>
background-color css
<style>
a { background-color: #58CA85; }
a { background-color: rgb(88,202,133); }
div.DivClassName
{
background-color: #58CA85;
}
.BgClassName
{
background-color: #58CA85;
}
</style>
border-color css
<style>
span { border-color: #58CA85; }
span { border-color: rgb(88,202,133); }
td.TdClassName
{
border-color: #58CA85;
}
.TagClassName
{
border-color: #58CA85;
}
</style>