Shades of Emerald #59BC74
Tints of Emerald #59BC74
RGB
CMYK
RGB Variations
Color information
#59BC74 (or 0x59BC74) is known color: Emerald. HEX triplet: 59, BC and 74. RGB value is (89,188,116). Sum of RGB (Red+Green+Blue) = 89+188+116=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59BC74 is #A6438B. Grayscale: #969696. Windows color (decimal): -10896268 or 7650393. OLE color: 7650393.
HSL color Cylindrical-coordinate representation of color #59BC74: hue angle of 136.36º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BC74 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 116 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.26 |
| HSL | 136.36º | 0.42% | 0.54% | - |
| HSV(B) | 136.36º | 0.53% | 0.74% | - |
| XYZ | 25.26 | 39.35 | 22.79 | - |
| YUV | 150.19 | 108.7 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 116 | 0.53 | 0 | 0.38 | 0.26 | 136.36 | 0.42 | 0.54 |
| Hex | 59 | BC | 74 | 35 | 0 | 26 | 1A | 88 | 2A | 36 |
| Octal | 131 | 274 | 164 | 65 | 0 | 46 | 32 | 210 | 52 | 66 |
| Binary | 1011001 | 10111100 | 1110100 | 110101 | 0 | 100110 | 11010 | 10001000 | 101010 | 110110 |
Color Harmonies of #59BC74
Complementary color
Monochromatic Colors of #59BC74
Black with #59BC74
Text Example
Text Example
White with #59BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BC74; }
p { color: rgb(89,188,116); }
H1.HeaderClassName
{
color: #59BC74;
}
.AnyTagClassName
{
color: #59BC74;
}
</style>
background-color css
<style>
a { background-color: #59BC74; }
a { background-color: rgb(89,188,116); }
div.DivClassName
{
background-color: #59BC74;
}
.BgClassName
{
background-color: #59BC74;
}
</style>
border-color css
<style>
span { border-color: #59BC74; }
span { border-color: rgb(89,188,116); }
td.TdClassName
{
border-color: #59BC74;
}
.TagClassName
{
border-color: #59BC74;
}
</style>