Shades of Emerald #53C978
Tints of Emerald #53C978
RGB
CMYK
RGB Variations
Color information
#53C978 (or 0x53C978) is known color: Emerald. HEX triplet: 53, C9 and 78. RGB value is (83,201,120). Sum of RGB (Red+Green+Blue) = 83+201+120=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #53C978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C978 is #AC3687. Grayscale: #9C9C9C. Windows color (decimal): -11286152 or 7915859. OLE color: 7915859.
HSL color Cylindrical-coordinate representation of color #53C978: hue angle of 138.81º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C978 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 120 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.21 |
| HSL | 138.81º | 0.52% | 0.56% | - |
| HSV(B) | 138.81º | 0.59% | 0.79% | - |
| XYZ | 27.84 | 44.97 | 24.98 | - |
| YUV | 156.48 | 107.41 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 120 | 0.59 | 0 | 0.40 | 0.21 | 138.81 | 0.52 | 0.56 |
| Hex | 53 | C9 | 78 | 3B | 0 | 28 | 15 | 8B | 34 | 38 |
| Octal | 123 | 311 | 170 | 73 | 0 | 50 | 25 | 213 | 64 | 70 |
| Binary | 1010011 | 11001001 | 1111000 | 111011 | 0 | 101000 | 10101 | 10001011 | 110100 | 111000 |
Color Harmonies of #53C978
Complementary color
Monochromatic Colors of #53C978
Black with #53C978
Text Example
Text Example
White with #53C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C978; }
p { color: rgb(83,201,120); }
H1.HeaderClassName
{
color: #53C978;
}
.AnyTagClassName
{
color: #53C978;
}
</style>
background-color css
<style>
a { background-color: #53C978; }
a { background-color: rgb(83,201,120); }
div.DivClassName
{
background-color: #53C978;
}
.BgClassName
{
background-color: #53C978;
}
</style>
border-color css
<style>
span { border-color: #53C978; }
span { border-color: rgb(83,201,120); }
td.TdClassName
{
border-color: #53C978;
}
.TagClassName
{
border-color: #53C978;
}
</style>