Shades of Emerald #53D289
Tints of Emerald #53D289
RGB
CMYK
RGB Variations
Color information
#53D289 (or 0x53D289) is known color: Emerald. HEX triplet: 53, D2 and 89. RGB value is (83,210,137). Sum of RGB (Red+Green+Blue) = 83+210+137=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #53D289 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D289 is #AC2D76. Grayscale: #A3A3A3. Windows color (decimal): -11283831 or 9032275. OLE color: 9032275.
HSL color Cylindrical-coordinate representation of color #53D289: hue angle of 145.51º degrees, saturation: 0.59, 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 #53D289 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 137 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.18 |
| HSL | 145.51º | 0.59% | 0.57% | - |
| HSV(B) | 145.51º | 0.6% | 0.82% | - |
| XYZ | 31.13 | 49.74 | 31.63 | - |
| YUV | 163.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 137 | 0.60 | 0 | 0.35 | 0.18 | 145.51 | 0.59 | 0.57 |
| Hex | 53 | D2 | 89 | 3C | 0 | 23 | 12 | 92 | 3B | 39 |
| Octal | 123 | 322 | 211 | 74 | 0 | 43 | 22 | 222 | 73 | 71 |
| Binary | 1010011 | 11010010 | 10001001 | 111100 | 0 | 100011 | 10010 | 10010010 | 111011 | 111001 |
Color Harmonies of #53D289
Complementary color
Monochromatic Colors of #53D289
Black with #53D289
Text Example
Text Example
White with #53D289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D289; }
p { color: rgb(83,210,137); }
H1.HeaderClassName
{
color: #53D289;
}
.AnyTagClassName
{
color: #53D289;
}
</style>
background-color css
<style>
a { background-color: #53D289; }
a { background-color: rgb(83,210,137); }
div.DivClassName
{
background-color: #53D289;
}
.BgClassName
{
background-color: #53D289;
}
</style>
border-color css
<style>
span { border-color: #53D289; }
span { border-color: rgb(83,210,137); }
td.TdClassName
{
border-color: #53D289;
}
.TagClassName
{
border-color: #53D289;
}
</style>