Shades of Emerald #58C274
Tints of Emerald #58C274
RGB
CMYK
RGB Variations
Color information
#58C274 (or 0x58C274) is known color: Emerald. HEX triplet: 58, C2 and 74. RGB value is (88,194,116). Sum of RGB (Red+Green+Blue) = 88+194+116=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #58C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C274 is #A73D8B. Grayscale: #999999. Windows color (decimal): -10960268 or 7651928. OLE color: 7651928.
HSL color Cylindrical-coordinate representation of color #58C274: hue angle of 135.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C274 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 116 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.24 |
| HSL | 135.85º | 0.46% | 0.55% | - |
| HSV(B) | 135.85º | 0.55% | 0.76% | - |
| XYZ | 26.47 | 41.92 | 23.22 | - |
| YUV | 153.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 116 | 0.55 | 0 | 0.40 | 0.24 | 135.85 | 0.46 | 0.55 |
| Hex | 58 | C2 | 74 | 37 | 0 | 28 | 18 | 88 | 2E | 37 |
| Octal | 130 | 302 | 164 | 67 | 0 | 50 | 30 | 210 | 56 | 67 |
| Binary | 1011000 | 11000010 | 1110100 | 110111 | 0 | 101000 | 11000 | 10001000 | 101110 | 110111 |
Color Harmonies of #58C274
Complementary color
Monochromatic Colors of #58C274
Black with #58C274
Text Example
Text Example
White with #58C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C274; }
p { color: rgb(88,194,116); }
H1.HeaderClassName
{
color: #58C274;
}
.AnyTagClassName
{
color: #58C274;
}
</style>
background-color css
<style>
a { background-color: #58C274; }
a { background-color: rgb(88,194,116); }
div.DivClassName
{
background-color: #58C274;
}
.BgClassName
{
background-color: #58C274;
}
</style>
border-color css
<style>
span { border-color: #58C274; }
span { border-color: rgb(88,194,116); }
td.TdClassName
{
border-color: #58C274;
}
.TagClassName
{
border-color: #58C274;
}
</style>