Shades of Emerald #53C074
Tints of Emerald #53C074
RGB
CMYK
RGB Variations
Color information
#53C074 (or 0x53C074) is known color: Emerald. HEX triplet: 53, C0 and 74. RGB value is (83,192,116). Sum of RGB (Red+Green+Blue) = 83+192+116=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #53C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C074 is #AC3F8B. Grayscale: #969696. Windows color (decimal): -11288460 or 7651411. OLE color: 7651411.
HSL color Cylindrical-coordinate representation of color #53C074: hue angle of 138.17º 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 #53C074 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 116 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.25 |
| HSL | 138.17º | 0.46% | 0.54% | - |
| HSV(B) | 138.17º | 0.57% | 0.75% | - |
| XYZ | 25.57 | 40.8 | 23.05 | - |
| YUV | 150.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 116 | 0.57 | 0 | 0.40 | 0.25 | 138.17 | 0.46 | 0.54 |
| Hex | 53 | C0 | 74 | 39 | 0 | 28 | 19 | 8A | 2E | 36 |
| Octal | 123 | 300 | 164 | 71 | 0 | 50 | 31 | 212 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1110100 | 111001 | 0 | 101000 | 11001 | 10001010 | 101110 | 110110 |
Color Harmonies of #53C074
Complementary color
Monochromatic Colors of #53C074
Black with #53C074
Text Example
Text Example
White with #53C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C074; }
p { color: rgb(83,192,116); }
H1.HeaderClassName
{
color: #53C074;
}
.AnyTagClassName
{
color: #53C074;
}
</style>
background-color css
<style>
a { background-color: #53C074; }
a { background-color: rgb(83,192,116); }
div.DivClassName
{
background-color: #53C074;
}
.BgClassName
{
background-color: #53C074;
}
</style>
border-color css
<style>
span { border-color: #53C074; }
span { border-color: rgb(83,192,116); }
td.TdClassName
{
border-color: #53C074;
}
.TagClassName
{
border-color: #53C074;
}
</style>