Shades of Emerald #53BB6D
Tints of Emerald #53BB6D
RGB
CMYK
RGB Variations
Color information
#53BB6D (or 0x53BB6D) is known color: Emerald. HEX triplet: 53, BB and 6D. RGB value is (83,187,109). Sum of RGB (Red+Green+Blue) = 83+187+109=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB6D is #AC4492. Grayscale: #939393. Windows color (decimal): -11289747 or 7191379. OLE color: 7191379.
HSL color Cylindrical-coordinate representation of color #53BB6D: hue angle of 135º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB6D is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 109 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.27 |
| HSL | 135º | 0.43% | 0.53% | - |
| HSV(B) | 135º | 0.56% | 0.73% | - |
| XYZ | 24.1 | 38.48 | 20.63 | - |
| YUV | 147.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 109 | 0.56 | 0 | 0.42 | 0.27 | 135 | 0.43 | 0.53 |
| Hex | 53 | BB | 6D | 38 | 0 | 2A | 1B | 87 | 2B | 35 |
| Octal | 123 | 273 | 155 | 70 | 0 | 52 | 33 | 207 | 53 | 65 |
| Binary | 1010011 | 10111011 | 1101101 | 111000 | 0 | 101010 | 11011 | 10000111 | 101011 | 110101 |
Color Harmonies of #53BB6D
Complementary color
Monochromatic Colors of #53BB6D
Black with #53BB6D
Text Example
Text Example
White with #53BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BB6D; }
p { color: rgb(83,187,109); }
H1.HeaderClassName
{
color: #53BB6D;
}
.AnyTagClassName
{
color: #53BB6D;
}
</style>
background-color css
<style>
a { background-color: #53BB6D; }
a { background-color: rgb(83,187,109); }
div.DivClassName
{
background-color: #53BB6D;
}
.BgClassName
{
background-color: #53BB6D;
}
</style>
border-color css
<style>
span { border-color: #53BB6D; }
span { border-color: rgb(83,187,109); }
td.TdClassName
{
border-color: #53BB6D;
}
.TagClassName
{
border-color: #53BB6D;
}
</style>