Shades of Emerald #53BD74
Tints of Emerald #53BD74
RGB
CMYK
RGB Variations
Color information
#53BD74 (or 0x53BD74) is known color: Emerald. HEX triplet: 53, BD and 74. RGB value is (83,189,116). Sum of RGB (Red+Green+Blue) = 83+189+116=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BD74 is #AC428B. Grayscale: #959595. Windows color (decimal): -11289228 or 7650643. OLE color: 7650643.
HSL color Cylindrical-coordinate representation of color #53BD74: hue angle of 138.68º 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 #53BD74 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 116 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.26 |
| HSL | 138.68º | 0.45% | 0.53% | - |
| HSV(B) | 138.68º | 0.56% | 0.74% | - |
| XYZ | 24.92 | 39.5 | 22.83 | - |
| YUV | 148.98 | 109.38 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 116 | 0.56 | 0 | 0.39 | 0.26 | 138.68 | 0.45 | 0.53 |
| Hex | 53 | BD | 74 | 38 | 0 | 27 | 1A | 8B | 2D | 35 |
| Octal | 123 | 275 | 164 | 70 | 0 | 47 | 32 | 213 | 55 | 65 |
| Binary | 1010011 | 10111101 | 1110100 | 111000 | 0 | 100111 | 11010 | 10001011 | 101101 | 110101 |
Color Harmonies of #53BD74
Complementary color
Monochromatic Colors of #53BD74
Black with #53BD74
Text Example
Text Example
White with #53BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD74; }
p { color: rgb(83,189,116); }
H1.HeaderClassName
{
color: #53BD74;
}
.AnyTagClassName
{
color: #53BD74;
}
</style>
background-color css
<style>
a { background-color: #53BD74; }
a { background-color: rgb(83,189,116); }
div.DivClassName
{
background-color: #53BD74;
}
.BgClassName
{
background-color: #53BD74;
}
</style>
border-color css
<style>
span { border-color: #53BD74; }
span { border-color: rgb(83,189,116); }
td.TdClassName
{
border-color: #53BD74;
}
.TagClassName
{
border-color: #53BD74;
}
</style>