Shades of Emerald #58CF7C
Tints of Emerald #58CF7C
RGB
CMYK
RGB Variations
Color information
#58CF7C (or 0x58CF7C) is known color: Emerald. HEX triplet: 58, CF and 7C. RGB value is (88,207,124). Sum of RGB (Red+Green+Blue) = 88+207+124=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CF7C is #A73083. Grayscale: #A2A2A2. Windows color (decimal): -10956932 or 8179544. OLE color: 8179544.
HSL color Cylindrical-coordinate representation of color #58CF7C: hue angle of 138.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CF7C is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 124 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.19 |
| HSL | 138.15º | 0.55% | 0.58% | - |
| HSV(B) | 138.15º | 0.57% | 0.81% | - |
| XYZ | 29.98 | 48.16 | 26.78 | - |
| YUV | 161.96 | 106.58 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 124 | 0.57 | 0 | 0.40 | 0.19 | 138.15 | 0.55 | 0.58 |
| Hex | 58 | CF | 7C | 39 | 0 | 28 | 13 | 8A | 37 | 3A |
| Octal | 130 | 317 | 174 | 71 | 0 | 50 | 23 | 212 | 67 | 72 |
| Binary | 1011000 | 11001111 | 1111100 | 111001 | 0 | 101000 | 10011 | 10001010 | 110111 | 111010 |
Color Harmonies of #58CF7C
Complementary color
Monochromatic Colors of #58CF7C
Black with #58CF7C
Text Example
Text Example
White with #58CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CF7C; }
p { color: rgb(88,207,124); }
H1.HeaderClassName
{
color: #58CF7C;
}
.AnyTagClassName
{
color: #58CF7C;
}
</style>
background-color css
<style>
a { background-color: #58CF7C; }
a { background-color: rgb(88,207,124); }
div.DivClassName
{
background-color: #58CF7C;
}
.BgClassName
{
background-color: #58CF7C;
}
</style>
border-color css
<style>
span { border-color: #58CF7C; }
span { border-color: rgb(88,207,124); }
td.TdClassName
{
border-color: #58CF7C;
}
.TagClassName
{
border-color: #58CF7C;
}
</style>