Shades of Emerald #53D77C
Tints of Emerald #53D77C
RGB
CMYK
RGB Variations
Color information
#53D77C (or 0x53D77C) is known color: Emerald. HEX triplet: 53, D7 and 7C. RGB value is (83,215,124). Sum of RGB (Red+Green+Blue) = 83+215+124=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #53D77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D77C is #AC2883. Grayscale: #A5A5A5. Windows color (decimal): -11282564 or 8181587. OLE color: 8181587.
HSL color Cylindrical-coordinate representation of color #53D77C: hue angle of 138.64º degrees, saturation: 0.62, 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 #53D77C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 124 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.16 |
| HSL | 138.64º | 0.62% | 0.58% | - |
| HSV(B) | 138.64º | 0.61% | 0.84% | - |
| XYZ | 31.51 | 51.9 | 27.43 | - |
| YUV | 165.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 124 | 0.61 | 0 | 0.42 | 0.16 | 138.64 | 0.62 | 0.58 |
| Hex | 53 | D7 | 7C | 3D | 0 | 2A | 10 | 8B | 3E | 3A |
| Octal | 123 | 327 | 174 | 75 | 0 | 52 | 20 | 213 | 76 | 72 |
| Binary | 1010011 | 11010111 | 1111100 | 111101 | 0 | 101010 | 10000 | 10001011 | 111110 | 111010 |
Color Harmonies of #53D77C
Complementary color
Monochromatic Colors of #53D77C
Black with #53D77C
Text Example
Text Example
White with #53D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D77C; }
p { color: rgb(83,215,124); }
H1.HeaderClassName
{
color: #53D77C;
}
.AnyTagClassName
{
color: #53D77C;
}
</style>
background-color css
<style>
a { background-color: #53D77C; }
a { background-color: rgb(83,215,124); }
div.DivClassName
{
background-color: #53D77C;
}
.BgClassName
{
background-color: #53D77C;
}
</style>
border-color css
<style>
span { border-color: #53D77C; }
span { border-color: rgb(83,215,124); }
td.TdClassName
{
border-color: #53D77C;
}
.TagClassName
{
border-color: #53D77C;
}
</style>