Shades of Emerald #58CC74
Tints of Emerald #58CC74
RGB
CMYK
RGB Variations
Color information
#58CC74 (or 0x58CC74) is known color: Emerald. HEX triplet: 58, CC and 74. RGB value is (88,204,116). Sum of RGB (Red+Green+Blue) = 88+204+116=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CC74 is #A7338B. Grayscale: #9F9F9F. Windows color (decimal): -10957708 or 7654488. OLE color: 7654488.
HSL color Cylindrical-coordinate representation of color #58CC74: hue angle of 134.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CC74 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 204 | 116 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.2 |
| HSL | 134.48º | 0.53% | 0.57% | - |
| HSV(B) | 134.48º | 0.57% | 0.8% | - |
| XYZ | 28.77 | 46.52 | 23.99 | - |
| YUV | 159.28 | 103.57 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 116 | 0.57 | 0 | 0.43 | 0.2 | 134.48 | 0.53 | 0.57 |
| Hex | 58 | CC | 74 | 39 | 0 | 2B | 14 | 86 | 35 | 39 |
| Octal | 130 | 314 | 164 | 71 | 0 | 53 | 24 | 206 | 65 | 71 |
| Binary | 1011000 | 11001100 | 1110100 | 111001 | 0 | 101011 | 10100 | 10000110 | 110101 | 111001 |
Color Harmonies of #58CC74
Complementary color
Monochromatic Colors of #58CC74
Black with #58CC74
Text Example
Text Example
White with #58CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CC74; }
p { color: rgb(88,204,116); }
H1.HeaderClassName
{
color: #58CC74;
}
.AnyTagClassName
{
color: #58CC74;
}
</style>
background-color css
<style>
a { background-color: #58CC74; }
a { background-color: rgb(88,204,116); }
div.DivClassName
{
background-color: #58CC74;
}
.BgClassName
{
background-color: #58CC74;
}
</style>
border-color css
<style>
span { border-color: #58CC74; }
span { border-color: rgb(88,204,116); }
td.TdClassName
{
border-color: #58CC74;
}
.TagClassName
{
border-color: #58CC74;
}
</style>