Shades of Emerald #53C77C
Tints of Emerald #53C77C
RGB
CMYK
RGB Variations
Color information
#53C77C (or 0x53C77C) is known color: Emerald. HEX triplet: 53, C7 and 7C. RGB value is (83,199,124). Sum of RGB (Red+Green+Blue) = 83+199+124=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #53C77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C77C is #AC3883. Grayscale: #9B9B9B. Windows color (decimal): -11286660 or 8177491. OLE color: 8177491.
HSL color Cylindrical-coordinate representation of color #53C77C: hue angle of 141.21º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C77C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 124 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.22 |
| HSL | 141.21º | 0.51% | 0.55% | - |
| HSV(B) | 141.21º | 0.58% | 0.78% | - |
| XYZ | 27.63 | 44.14 | 26.13 | - |
| YUV | 155.77 | 110.07 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 124 | 0.58 | 0 | 0.38 | 0.22 | 141.21 | 0.51 | 0.55 |
| Hex | 53 | C7 | 7C | 3A | 0 | 26 | 16 | 8D | 33 | 37 |
| Octal | 123 | 307 | 174 | 72 | 0 | 46 | 26 | 215 | 63 | 67 |
| Binary | 1010011 | 11000111 | 1111100 | 111010 | 0 | 100110 | 10110 | 10001101 | 110011 | 110111 |
Color Harmonies of #53C77C
Complementary color
Monochromatic Colors of #53C77C
Black with #53C77C
Text Example
Text Example
White with #53C77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C77C; }
p { color: rgb(83,199,124); }
H1.HeaderClassName
{
color: #53C77C;
}
.AnyTagClassName
{
color: #53C77C;
}
</style>
background-color css
<style>
a { background-color: #53C77C; }
a { background-color: rgb(83,199,124); }
div.DivClassName
{
background-color: #53C77C;
}
.BgClassName
{
background-color: #53C77C;
}
</style>
border-color css
<style>
span { border-color: #53C77C; }
span { border-color: rgb(83,199,124); }
td.TdClassName
{
border-color: #53C77C;
}
.TagClassName
{
border-color: #53C77C;
}
</style>