Shades of Emerald #53DC89
Tints of Emerald #53DC89
RGB
CMYK
RGB Variations
Color information
#53DC89 (or 0x53DC89) is known color: Emerald. HEX triplet: 53, DC and 89. RGB value is (83,220,137). Sum of RGB (Red+Green+Blue) = 83+220+137=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DC89 is #AC2376. Grayscale: #A9A9A9. Windows color (decimal): -11281271 or 9034835. OLE color: 9034835.
HSL color Cylindrical-coordinate representation of color #53DC89: hue angle of 143.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DC89 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 137 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.14 |
| HSL | 143.65º | 0.66% | 0.59% | - |
| HSV(B) | 143.65º | 0.62% | 0.86% | - |
| XYZ | 33.68 | 54.83 | 32.48 | - |
| YUV | 169.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 137 | 0.62 | 0 | 0.38 | 0.14 | 143.65 | 0.66 | 0.59 |
| Hex | 53 | DC | 89 | 3E | 0 | 26 | E | 90 | 42 | 3B |
| Octal | 123 | 334 | 211 | 76 | 0 | 46 | 16 | 220 | 102 | 73 |
| Binary | 1010011 | 11011100 | 10001001 | 111110 | 0 | 100110 | 1110 | 10010000 | 1000010 | 111011 |
Color Harmonies of #53DC89
Complementary color
Monochromatic Colors of #53DC89
Black with #53DC89
Text Example
Text Example
White with #53DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC89; }
p { color: rgb(83,220,137); }
H1.HeaderClassName
{
color: #53DC89;
}
.AnyTagClassName
{
color: #53DC89;
}
</style>
background-color css
<style>
a { background-color: #53DC89; }
a { background-color: rgb(83,220,137); }
div.DivClassName
{
background-color: #53DC89;
}
.BgClassName
{
background-color: #53DC89;
}
</style>
border-color css
<style>
span { border-color: #53DC89; }
span { border-color: rgb(83,220,137); }
td.TdClassName
{
border-color: #53DC89;
}
.TagClassName
{
border-color: #53DC89;
}
</style>