Shades of Emerald #53D282
Tints of Emerald #53D282
RGB
CMYK
RGB Variations
Color information
#53D282 (or 0x53D282) is known color: Emerald. HEX triplet: 53, D2 and 82. RGB value is (83,210,130). Sum of RGB (Red+Green+Blue) = 83+210+130=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #53D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D282 is #AC2D7D. Grayscale: #A3A3A3. Windows color (decimal): -11283838 or 8573523. OLE color: 8573523.
HSL color Cylindrical-coordinate representation of color #53D282: hue angle of 142.2º 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 #53D282 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 130 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.18 |
| HSL | 142.2º | 0.59% | 0.57% | - |
| HSV(B) | 142.2º | 0.6% | 0.82% | - |
| XYZ | 30.64 | 49.54 | 29.07 | - |
| YUV | 162.91 | 109.42 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 130 | 0.60 | 0 | 0.38 | 0.18 | 142.2 | 0.59 | 0.57 |
| Hex | 53 | D2 | 82 | 3C | 0 | 26 | 12 | 8E | 3B | 39 |
| Octal | 123 | 322 | 202 | 74 | 0 | 46 | 22 | 216 | 73 | 71 |
| Binary | 1010011 | 11010010 | 10000010 | 111100 | 0 | 100110 | 10010 | 10001110 | 111011 | 111001 |
Color Harmonies of #53D282
Complementary color
Monochromatic Colors of #53D282
Black with #53D282
Text Example
Text Example
White with #53D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D282; }
p { color: rgb(83,210,130); }
H1.HeaderClassName
{
color: #53D282;
}
.AnyTagClassName
{
color: #53D282;
}
</style>
background-color css
<style>
a { background-color: #53D282; }
a { background-color: rgb(83,210,130); }
div.DivClassName
{
background-color: #53D282;
}
.BgClassName
{
background-color: #53D282;
}
</style>
border-color css
<style>
span { border-color: #53D282; }
span { border-color: rgb(83,210,130); }
td.TdClassName
{
border-color: #53D282;
}
.TagClassName
{
border-color: #53D282;
}
</style>