Shades of Emerald #53C377
Tints of Emerald #53C377
RGB
CMYK
RGB Variations
Color information
#53C377 (or 0x53C377) is known color: Emerald. HEX triplet: 53, C3 and 77. RGB value is (83,195,119). Sum of RGB (Red+Green+Blue) = 83+195+119=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #53C377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C377 is #AC3C88. Grayscale: #999999. Windows color (decimal): -11287689 or 7848787. OLE color: 7848787.
HSL color Cylindrical-coordinate representation of color #53C377: hue angle of 139.29º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C377 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 119 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.24 |
| HSL | 139.29º | 0.48% | 0.55% | - |
| HSV(B) | 139.29º | 0.57% | 0.76% | - |
| XYZ | 26.41 | 42.2 | 24.21 | - |
| YUV | 152.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 119 | 0.57 | 0 | 0.39 | 0.24 | 139.29 | 0.48 | 0.55 |
| Hex | 53 | C3 | 77 | 39 | 0 | 27 | 18 | 8B | 30 | 37 |
| Octal | 123 | 303 | 167 | 71 | 0 | 47 | 30 | 213 | 60 | 67 |
| Binary | 1010011 | 11000011 | 1110111 | 111001 | 0 | 100111 | 11000 | 10001011 | 110000 | 110111 |
Color Harmonies of #53C377
Complementary color
Monochromatic Colors of #53C377
Black with #53C377
Text Example
Text Example
White with #53C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C377; }
p { color: rgb(83,195,119); }
H1.HeaderClassName
{
color: #53C377;
}
.AnyTagClassName
{
color: #53C377;
}
</style>
background-color css
<style>
a { background-color: #53C377; }
a { background-color: rgb(83,195,119); }
div.DivClassName
{
background-color: #53C377;
}
.BgClassName
{
background-color: #53C377;
}
</style>
border-color css
<style>
span { border-color: #53C377; }
span { border-color: rgb(83,195,119); }
td.TdClassName
{
border-color: #53C377;
}
.TagClassName
{
border-color: #53C377;
}
</style>