Shades of Emerald #58CF7D
Tints of Emerald #58CF7D
RGB
CMYK
RGB Variations
Color information
#58CF7D (or 0x58CF7D) is known color: Emerald. HEX triplet: 58, CF and 7D. RGB value is (88,207,125). Sum of RGB (Red+Green+Blue) = 88+207+125=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CF7D is #A73082. Grayscale: #A2A2A2. Windows color (decimal): -10956931 or 8245080. OLE color: 8245080.
HSL color Cylindrical-coordinate representation of color #58CF7D: hue angle of 138.66º 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 #58CF7D is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 125 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.19 |
| HSL | 138.66º | 0.55% | 0.58% | - |
| HSV(B) | 138.66º | 0.57% | 0.81% | - |
| XYZ | 30.04 | 48.18 | 27.12 | - |
| YUV | 162.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 125 | 0.57 | 0 | 0.40 | 0.19 | 138.66 | 0.55 | 0.58 |
| Hex | 58 | CF | 7D | 39 | 0 | 28 | 13 | 8B | 37 | 3A |
| Octal | 130 | 317 | 175 | 71 | 0 | 50 | 23 | 213 | 67 | 72 |
| Binary | 1011000 | 11001111 | 1111101 | 111001 | 0 | 101000 | 10011 | 10001011 | 110111 | 111010 |
Color Harmonies of #58CF7D
Complementary color
Monochromatic Colors of #58CF7D
Black with #58CF7D
Text Example
Text Example
White with #58CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CF7D; }
p { color: rgb(88,207,125); }
H1.HeaderClassName
{
color: #58CF7D;
}
.AnyTagClassName
{
color: #58CF7D;
}
</style>
background-color css
<style>
a { background-color: #58CF7D; }
a { background-color: rgb(88,207,125); }
div.DivClassName
{
background-color: #58CF7D;
}
.BgClassName
{
background-color: #58CF7D;
}
</style>
border-color css
<style>
span { border-color: #58CF7D; }
span { border-color: rgb(88,207,125); }
td.TdClassName
{
border-color: #58CF7D;
}
.TagClassName
{
border-color: #58CF7D;
}
</style>