Shades of Emerald #53D185
Tints of Emerald #53D185
RGB
CMYK
RGB Variations
Color information
#53D185 (or 0x53D185) is known color: Emerald. HEX triplet: 53, D1 and 85. RGB value is (83,209,133). Sum of RGB (Red+Green+Blue) = 83+209+133=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #53D185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D185 is #AC2E7A. Grayscale: #A2A2A2. Windows color (decimal): -11284091 or 8769875. OLE color: 8769875.
HSL color Cylindrical-coordinate representation of color #53D185: hue angle of 143.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D185 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 209 | 133 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.18 |
| HSL | 143.81º | 0.58% | 0.57% | - |
| HSV(B) | 143.81º | 0.6% | 0.82% | - |
| XYZ | 30.6 | 49.13 | 30.06 | - |
| YUV | 162.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 133 | 0.60 | 0 | 0.36 | 0.18 | 143.81 | 0.58 | 0.57 |
| Hex | 53 | D1 | 85 | 3C | 0 | 24 | 12 | 90 | 3A | 39 |
| Octal | 123 | 321 | 205 | 74 | 0 | 44 | 22 | 220 | 72 | 71 |
| Binary | 1010011 | 11010001 | 10000101 | 111100 | 0 | 100100 | 10010 | 10010000 | 111010 | 111001 |
Color Harmonies of #53D185
Complementary color
Monochromatic Colors of #53D185
Black with #53D185
Text Example
Text Example
White with #53D185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D185; }
p { color: rgb(83,209,133); }
H1.HeaderClassName
{
color: #53D185;
}
.AnyTagClassName
{
color: #53D185;
}
</style>
background-color css
<style>
a { background-color: #53D185; }
a { background-color: rgb(83,209,133); }
div.DivClassName
{
background-color: #53D185;
}
.BgClassName
{
background-color: #53D185;
}
</style>
border-color css
<style>
span { border-color: #53D185; }
span { border-color: rgb(83,209,133); }
td.TdClassName
{
border-color: #53D185;
}
.TagClassName
{
border-color: #53D185;
}
</style>