Shades of Emerald #53D575
Tints of Emerald #53D575
RGB
CMYK
RGB Variations
Color information
#53D575 (or 0x53D575) is known color: Emerald. HEX triplet: 53, D5 and 75. RGB value is (83,213,117). Sum of RGB (Red+Green+Blue) = 83+213+117=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #53D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D575 is #AC2A8A. Grayscale: #A3A3A3. Windows color (decimal): -11283083 or 7722323. OLE color: 7722323.
HSL color Cylindrical-coordinate representation of color #53D575: hue angle of 135.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D575 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 117 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.16 |
| HSL | 135.69º | 0.61% | 0.58% | - |
| HSV(B) | 135.69º | 0.61% | 0.84% | - |
| XYZ | 30.57 | 50.71 | 25.01 | - |
| YUV | 163.19 | 101.93 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 117 | 0.61 | 0 | 0.45 | 0.16 | 135.69 | 0.61 | 0.58 |
| Hex | 53 | D5 | 75 | 3D | 0 | 2D | 10 | 88 | 3D | 3A |
| Octal | 123 | 325 | 165 | 75 | 0 | 55 | 20 | 210 | 75 | 72 |
| Binary | 1010011 | 11010101 | 1110101 | 111101 | 0 | 101101 | 10000 | 10001000 | 111101 | 111010 |
Color Harmonies of #53D575
Complementary color
Monochromatic Colors of #53D575
Black with #53D575
Text Example
Text Example
White with #53D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D575; }
p { color: rgb(83,213,117); }
H1.HeaderClassName
{
color: #53D575;
}
.AnyTagClassName
{
color: #53D575;
}
</style>
background-color css
<style>
a { background-color: #53D575; }
a { background-color: rgb(83,213,117); }
div.DivClassName
{
background-color: #53D575;
}
.BgClassName
{
background-color: #53D575;
}
</style>
border-color css
<style>
span { border-color: #53D575; }
span { border-color: rgb(83,213,117); }
td.TdClassName
{
border-color: #53D575;
}
.TagClassName
{
border-color: #53D575;
}
</style>