Shades of Emerald #53D884
Tints of Emerald #53D884
RGB
CMYK
RGB Variations
Color information
#53D884 (or 0x53D884) is known color: Emerald. HEX triplet: 53, D8 and 84. RGB value is (83,216,132). Sum of RGB (Red+Green+Blue) = 83+216+132=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #53D884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D884 is #AC277B. Grayscale: #A6A6A6. Windows color (decimal): -11282300 or 8706131. OLE color: 8706131.
HSL color Cylindrical-coordinate representation of color #53D884: hue angle of 142.11º degrees, saturation: 0.63, 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 #53D884 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 132 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.15 |
| HSL | 142.11º | 0.63% | 0.59% | - |
| HSV(B) | 142.11º | 0.62% | 0.85% | - |
| XYZ | 32.29 | 52.62 | 30.28 | - |
| YUV | 166.66 | 108.44 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 132 | 0.62 | 0 | 0.39 | 0.15 | 142.11 | 0.63 | 0.59 |
| Hex | 53 | D8 | 84 | 3E | 0 | 27 | F | 8E | 3F | 3B |
| Octal | 123 | 330 | 204 | 76 | 0 | 47 | 17 | 216 | 77 | 73 |
| Binary | 1010011 | 11011000 | 10000100 | 111110 | 0 | 100111 | 1111 | 10001110 | 111111 | 111011 |
Color Harmonies of #53D884
Complementary color
Monochromatic Colors of #53D884
Black with #53D884
Text Example
Text Example
White with #53D884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D884; }
p { color: rgb(83,216,132); }
H1.HeaderClassName
{
color: #53D884;
}
.AnyTagClassName
{
color: #53D884;
}
</style>
background-color css
<style>
a { background-color: #53D884; }
a { background-color: rgb(83,216,132); }
div.DivClassName
{
background-color: #53D884;
}
.BgClassName
{
background-color: #53D884;
}
</style>
border-color css
<style>
span { border-color: #53D884; }
span { border-color: rgb(83,216,132); }
td.TdClassName
{
border-color: #53D884;
}
.TagClassName
{
border-color: #53D884;
}
</style>