Shades of Emerald #53BA74
Tints of Emerald #53BA74
RGB
CMYK
RGB Variations
Color information
#53BA74 (or 0x53BA74) is known color: Emerald. HEX triplet: 53, BA and 74. RGB value is (83,186,116). Sum of RGB (Red+Green+Blue) = 83+186+116=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA74 is #AC458B. Grayscale: #939393. Windows color (decimal): -11289996 or 7649875. OLE color: 7649875.
HSL color Cylindrical-coordinate representation of color #53BA74: hue angle of 139.22º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA74 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 116 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.27 |
| HSL | 139.22º | 0.43% | 0.53% | - |
| HSV(B) | 139.22º | 0.55% | 0.73% | - |
| XYZ | 24.28 | 38.22 | 22.62 | - |
| YUV | 147.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 116 | 0.55 | 0 | 0.38 | 0.27 | 139.22 | 0.43 | 0.53 |
| Hex | 53 | BA | 74 | 37 | 0 | 26 | 1B | 8B | 2B | 35 |
| Octal | 123 | 272 | 164 | 67 | 0 | 46 | 33 | 213 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1110100 | 110111 | 0 | 100110 | 11011 | 10001011 | 101011 | 110101 |
Color Harmonies of #53BA74
Complementary color
Monochromatic Colors of #53BA74
Black with #53BA74
Text Example
Text Example
White with #53BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA74; }
p { color: rgb(83,186,116); }
H1.HeaderClassName
{
color: #53BA74;
}
.AnyTagClassName
{
color: #53BA74;
}
</style>
background-color css
<style>
a { background-color: #53BA74; }
a { background-color: rgb(83,186,116); }
div.DivClassName
{
background-color: #53BA74;
}
.BgClassName
{
background-color: #53BA74;
}
</style>
border-color css
<style>
span { border-color: #53BA74; }
span { border-color: rgb(83,186,116); }
td.TdClassName
{
border-color: #53BA74;
}
.TagClassName
{
border-color: #53BA74;
}
</style>