Shades of Emerald #58CA83
Tints of Emerald #58CA83
RGB
CMYK
RGB Variations
Color information
#58CA83 (or 0x58CA83) is known color: Emerald. HEX triplet: 58, CA and 83. RGB value is (88,202,131). Sum of RGB (Red+Green+Blue) = 88+202+131=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CA83 is #A7357C. Grayscale: #9F9F9F. Windows color (decimal): -10958205 or 8637016. OLE color: 8637016.
HSL color Cylindrical-coordinate representation of color #58CA83: hue angle of 142.63º 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 #58CA83 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 131 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.21 |
| HSL | 142.63º | 0.52% | 0.57% | - |
| HSV(B) | 142.63º | 0.56% | 0.79% | - |
| XYZ | 29.24 | 45.95 | 28.8 | - |
| YUV | 159.82 | 111.73 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 131 | 0.56 | 0 | 0.35 | 0.21 | 142.63 | 0.52 | 0.57 |
| Hex | 58 | CA | 83 | 38 | 0 | 23 | 15 | 8F | 34 | 39 |
| Octal | 130 | 312 | 203 | 70 | 0 | 43 | 25 | 217 | 64 | 71 |
| Binary | 1011000 | 11001010 | 10000011 | 111000 | 0 | 100011 | 10101 | 10001111 | 110100 | 111001 |
Color Harmonies of #58CA83
Complementary color
Monochromatic Colors of #58CA83
Black with #58CA83
Text Example
Text Example
White with #58CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA83; }
p { color: rgb(88,202,131); }
H1.HeaderClassName
{
color: #58CA83;
}
.AnyTagClassName
{
color: #58CA83;
}
</style>
background-color css
<style>
a { background-color: #58CA83; }
a { background-color: rgb(88,202,131); }
div.DivClassName
{
background-color: #58CA83;
}
.BgClassName
{
background-color: #58CA83;
}
</style>
border-color css
<style>
span { border-color: #58CA83; }
span { border-color: rgb(88,202,131); }
td.TdClassName
{
border-color: #58CA83;
}
.TagClassName
{
border-color: #58CA83;
}
</style>