Shades of Emerald #53D56B
Tints of Emerald #53D56B
RGB
CMYK
RGB Variations
Color information
#53D56B (or 0x53D56B) is known color: Emerald. HEX triplet: 53, D5 and 6B. RGB value is (83,213,107). Sum of RGB (Red+Green+Blue) = 83+213+107=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #53D56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D56B is #AC2A94. Grayscale: #A2A2A2. Windows color (decimal): -11283093 or 7066963. OLE color: 7066963.
HSL color Cylindrical-coordinate representation of color #53D56B: hue angle of 131.08º 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 #53D56B is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 107 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.16 |
| HSL | 131.08º | 0.61% | 0.58% | - |
| HSV(B) | 131.08º | 0.61% | 0.84% | - |
| XYZ | 30.02 | 50.49 | 22.07 | - |
| YUV | 162.05 | 96.93 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 107 | 0.61 | 0 | 0.50 | 0.16 | 131.08 | 0.61 | 0.58 |
| Hex | 53 | D5 | 6B | 3D | 0 | 32 | 10 | 83 | 3D | 3A |
| Octal | 123 | 325 | 153 | 75 | 0 | 62 | 20 | 203 | 75 | 72 |
| Binary | 1010011 | 11010101 | 1101011 | 111101 | 0 | 110010 | 10000 | 10000011 | 111101 | 111010 |
Color Harmonies of #53D56B
Complementary color
Monochromatic Colors of #53D56B
Black with #53D56B
Text Example
Text Example
White with #53D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D56B; }
p { color: rgb(83,213,107); }
H1.HeaderClassName
{
color: #53D56B;
}
.AnyTagClassName
{
color: #53D56B;
}
</style>
background-color css
<style>
a { background-color: #53D56B; }
a { background-color: rgb(83,213,107); }
div.DivClassName
{
background-color: #53D56B;
}
.BgClassName
{
background-color: #53D56B;
}
</style>
border-color css
<style>
span { border-color: #53D56B; }
span { border-color: rgb(83,213,107); }
td.TdClassName
{
border-color: #53D56B;
}
.TagClassName
{
border-color: #53D56B;
}
</style>