Shades of Emerald #53BD76
Tints of Emerald #53BD76
RGB
CMYK
RGB Variations
Color information
#53BD76 (or 0x53BD76) is known color: Emerald. HEX triplet: 53, BD and 76. RGB value is (83,189,118). Sum of RGB (Red+Green+Blue) = 83+189+118=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BD76 is #AC4289. Grayscale: #959595. Windows color (decimal): -11289226 or 7781715. OLE color: 7781715.
HSL color Cylindrical-coordinate representation of color #53BD76: hue angle of 139.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BD76 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 118 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.26 |
| HSL | 139.81º | 0.45% | 0.53% | - |
| HSV(B) | 139.81º | 0.56% | 0.74% | - |
| XYZ | 25.03 | 39.54 | 23.45 | - |
| YUV | 149.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 118 | 0.56 | 0 | 0.38 | 0.26 | 139.81 | 0.45 | 0.53 |
| Hex | 53 | BD | 76 | 38 | 0 | 26 | 1A | 8C | 2D | 35 |
| Octal | 123 | 275 | 166 | 70 | 0 | 46 | 32 | 214 | 55 | 65 |
| Binary | 1010011 | 10111101 | 1110110 | 111000 | 0 | 100110 | 11010 | 10001100 | 101101 | 110101 |
Color Harmonies of #53BD76
Complementary color
Monochromatic Colors of #53BD76
Black with #53BD76
Text Example
Text Example
White with #53BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD76; }
p { color: rgb(83,189,118); }
H1.HeaderClassName
{
color: #53BD76;
}
.AnyTagClassName
{
color: #53BD76;
}
</style>
background-color css
<style>
a { background-color: #53BD76; }
a { background-color: rgb(83,189,118); }
div.DivClassName
{
background-color: #53BD76;
}
.BgClassName
{
background-color: #53BD76;
}
</style>
border-color css
<style>
span { border-color: #53BD76; }
span { border-color: rgb(83,189,118); }
td.TdClassName
{
border-color: #53BD76;
}
.TagClassName
{
border-color: #53BD76;
}
</style>