Shades of Emerald #53BA75
Tints of Emerald #53BA75
RGB
CMYK
RGB Variations
Color information
#53BA75 (or 0x53BA75) is known color: Emerald. HEX triplet: 53, BA and 75. RGB value is (83,186,117). Sum of RGB (Red+Green+Blue) = 83+186+117=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA75 is #AC458A. Grayscale: #939393. Windows color (decimal): -11289995 or 7715411. OLE color: 7715411.
HSL color Cylindrical-coordinate representation of color #53BA75: hue angle of 139.81º 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 #53BA75 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 117 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.27 |
| HSL | 139.81º | 0.43% | 0.53% | - |
| HSV(B) | 139.81º | 0.55% | 0.73% | - |
| XYZ | 24.34 | 38.24 | 22.93 | - |
| YUV | 147.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 117 | 0.55 | 0 | 0.37 | 0.27 | 139.81 | 0.43 | 0.53 |
| Hex | 53 | BA | 75 | 37 | 0 | 25 | 1B | 8C | 2B | 35 |
| Octal | 123 | 272 | 165 | 67 | 0 | 45 | 33 | 214 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1110101 | 110111 | 0 | 100101 | 11011 | 10001100 | 101011 | 110101 |
Color Harmonies of #53BA75
Complementary color
Monochromatic Colors of #53BA75
Black with #53BA75
Text Example
Text Example
White with #53BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA75; }
p { color: rgb(83,186,117); }
H1.HeaderClassName
{
color: #53BA75;
}
.AnyTagClassName
{
color: #53BA75;
}
</style>
background-color css
<style>
a { background-color: #53BA75; }
a { background-color: rgb(83,186,117); }
div.DivClassName
{
background-color: #53BA75;
}
.BgClassName
{
background-color: #53BA75;
}
</style>
border-color css
<style>
span { border-color: #53BA75; }
span { border-color: rgb(83,186,117); }
td.TdClassName
{
border-color: #53BA75;
}
.TagClassName
{
border-color: #53BA75;
}
</style>