Shades of Emerald #53C078
Tints of Emerald #53C078
RGB
CMYK
RGB Variations
Color information
#53C078 (or 0x53C078) is known color: Emerald. HEX triplet: 53, C0 and 78. RGB value is (83,192,120). Sum of RGB (Red+Green+Blue) = 83+192+120=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #53C078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C078 is #AC3F87. Grayscale: #979797. Windows color (decimal): -11288456 or 7913555. OLE color: 7913555.
HSL color Cylindrical-coordinate representation of color #53C078: hue angle of 140.37º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C078 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 120 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.25 |
| HSL | 140.37º | 0.46% | 0.54% | - |
| HSV(B) | 140.37º | 0.57% | 0.75% | - |
| XYZ | 25.81 | 40.89 | 24.3 | - |
| YUV | 151.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 120 | 0.57 | 0 | 0.38 | 0.25 | 140.37 | 0.46 | 0.54 |
| Hex | 53 | C0 | 78 | 39 | 0 | 26 | 19 | 8C | 2E | 36 |
| Octal | 123 | 300 | 170 | 71 | 0 | 46 | 31 | 214 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1111000 | 111001 | 0 | 100110 | 11001 | 10001100 | 101110 | 110110 |
Color Harmonies of #53C078
Complementary color
Monochromatic Colors of #53C078
Black with #53C078
Text Example
Text Example
White with #53C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C078; }
p { color: rgb(83,192,120); }
H1.HeaderClassName
{
color: #53C078;
}
.AnyTagClassName
{
color: #53C078;
}
</style>
background-color css
<style>
a { background-color: #53C078; }
a { background-color: rgb(83,192,120); }
div.DivClassName
{
background-color: #53C078;
}
.BgClassName
{
background-color: #53C078;
}
</style>
border-color css
<style>
span { border-color: #53C078; }
span { border-color: rgb(83,192,120); }
td.TdClassName
{
border-color: #53C078;
}
.TagClassName
{
border-color: #53C078;
}
</style>