Shades of Emerald #53D85D
Tints of Emerald #53D85D
RGB
CMYK
RGB Variations
Color information
#53D85D (or 0x53D85D) is known color: Emerald. HEX triplet: 53, D8 and 5D. RGB value is (83,216,93). Sum of RGB (Red+Green+Blue) = 83+216+93=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #53D85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D85D is #AC27A2. Grayscale: #A2A2A2. Windows color (decimal): -11282339 or 6150227. OLE color: 6150227.
HSL color Cylindrical-coordinate representation of color #53D85D: hue angle of 124.51º 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 #53D85D is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 93 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.15 |
| HSL | 124.51º | 0.63% | 0.59% | - |
| HSV(B) | 124.51º | 0.62% | 0.85% | - |
| XYZ | 30.1 | 51.74 | 18.76 | - |
| YUV | 162.21 | 88.94 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 93 | 0.62 | 0 | 0.57 | 0.15 | 124.51 | 0.63 | 0.59 |
| Hex | 53 | D8 | 5D | 3E | 0 | 39 | F | 7D | 3F | 3B |
| Octal | 123 | 330 | 135 | 76 | 0 | 71 | 17 | 175 | 77 | 73 |
| Binary | 1010011 | 11011000 | 1011101 | 111110 | 0 | 111001 | 1111 | 1111101 | 111111 | 111011 |
Color Harmonies of #53D85D
Complementary color
Monochromatic Colors of #53D85D
Black with #53D85D
Text Example
Text Example
White with #53D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D85D; }
p { color: rgb(83,216,93); }
H1.HeaderClassName
{
color: #53D85D;
}
.AnyTagClassName
{
color: #53D85D;
}
</style>
background-color css
<style>
a { background-color: #53D85D; }
a { background-color: rgb(83,216,93); }
div.DivClassName
{
background-color: #53D85D;
}
.BgClassName
{
background-color: #53D85D;
}
</style>
border-color css
<style>
span { border-color: #53D85D; }
span { border-color: rgb(83,216,93); }
td.TdClassName
{
border-color: #53D85D;
}
.TagClassName
{
border-color: #53D85D;
}
</style>