Shades of Emerald #53DA7C
Tints of Emerald #53DA7C
RGB
CMYK
RGB Variations
Color information
#53DA7C (or 0x53DA7C) is known color: Emerald. HEX triplet: 53, DA and 7C. RGB value is (83,218,124). Sum of RGB (Red+Green+Blue) = 83+218+124=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DA7C is #AC2583. Grayscale: #A7A7A7. Windows color (decimal): -11281796 or 8182355. OLE color: 8182355.
HSL color Cylindrical-coordinate representation of color #53DA7C: hue angle of 138.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DA7C is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 124 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.15 |
| HSL | 138.22º | 0.65% | 0.59% | - |
| HSV(B) | 138.22º | 0.62% | 0.85% | - |
| XYZ | 32.28 | 53.44 | 27.68 | - |
| YUV | 166.92 | 103.77 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 124 | 0.62 | 0 | 0.43 | 0.15 | 138.22 | 0.65 | 0.59 |
| Hex | 53 | DA | 7C | 3E | 0 | 2B | F | 8A | 41 | 3B |
| Octal | 123 | 332 | 174 | 76 | 0 | 53 | 17 | 212 | 101 | 73 |
| Binary | 1010011 | 11011010 | 1111100 | 111110 | 0 | 101011 | 1111 | 10001010 | 1000001 | 111011 |
Color Harmonies of #53DA7C
Complementary color
Monochromatic Colors of #53DA7C
Black with #53DA7C
Text Example
Text Example
White with #53DA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DA7C; }
p { color: rgb(83,218,124); }
H1.HeaderClassName
{
color: #53DA7C;
}
.AnyTagClassName
{
color: #53DA7C;
}
</style>
background-color css
<style>
a { background-color: #53DA7C; }
a { background-color: rgb(83,218,124); }
div.DivClassName
{
background-color: #53DA7C;
}
.BgClassName
{
background-color: #53DA7C;
}
</style>
border-color css
<style>
span { border-color: #53DA7C; }
span { border-color: rgb(83,218,124); }
td.TdClassName
{
border-color: #53DA7C;
}
.TagClassName
{
border-color: #53DA7C;
}
</style>