Shades of Emerald #59C274
Tints of Emerald #59C274
RGB
CMYK
RGB Variations
Color information
#59C274 (or 0x59C274) is known color: Emerald. HEX triplet: 59, C2 and 74. RGB value is (89,194,116). Sum of RGB (Red+Green+Blue) = 89+194+116=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #59C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59C274 is #A63D8B. Grayscale: #999999. Windows color (decimal): -10894732 or 7651929. OLE color: 7651929.
HSL color Cylindrical-coordinate representation of color #59C274: hue angle of 135.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C274 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 116 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.24 |
| HSL | 135.43º | 0.46% | 0.55% | - |
| HSV(B) | 135.43º | 0.54% | 0.76% | - |
| XYZ | 26.56 | 41.97 | 23.22 | - |
| YUV | 153.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 116 | 0.54 | 0 | 0.40 | 0.24 | 135.43 | 0.46 | 0.55 |
| Hex | 59 | C2 | 74 | 36 | 0 | 28 | 18 | 87 | 2E | 37 |
| Octal | 131 | 302 | 164 | 66 | 0 | 50 | 30 | 207 | 56 | 67 |
| Binary | 1011001 | 11000010 | 1110100 | 110110 | 0 | 101000 | 11000 | 10000111 | 101110 | 110111 |
Color Harmonies of #59C274
Complementary color
Monochromatic Colors of #59C274
Black with #59C274
Text Example
Text Example
White with #59C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C274; }
p { color: rgb(89,194,116); }
H1.HeaderClassName
{
color: #59C274;
}
.AnyTagClassName
{
color: #59C274;
}
</style>
background-color css
<style>
a { background-color: #59C274; }
a { background-color: rgb(89,194,116); }
div.DivClassName
{
background-color: #59C274;
}
.BgClassName
{
background-color: #59C274;
}
</style>
border-color css
<style>
span { border-color: #59C274; }
span { border-color: rgb(89,194,116); }
td.TdClassName
{
border-color: #59C274;
}
.TagClassName
{
border-color: #59C274;
}
</style>