Shades of Emerald #52C074
Tints of Emerald #52C074
RGB
CMYK
RGB Variations
Color information
#52C074 (or 0x52C074) is known color: Emerald. HEX triplet: 52, C0 and 74. RGB value is (82,192,116). Sum of RGB (Red+Green+Blue) = 82+192+116=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #52C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C074 is #AD3F8B. Grayscale: #969696. Windows color (decimal): -11353996 or 7651410. OLE color: 7651410.
HSL color Cylindrical-coordinate representation of color #52C074: hue angle of 138.55º degrees, saturation: 0.47, 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 #52C074 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 116 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.25 |
| HSL | 138.55º | 0.47% | 0.54% | - |
| HSV(B) | 138.55º | 0.57% | 0.75% | - |
| XYZ | 25.48 | 40.75 | 23.05 | - |
| YUV | 150.45 | 108.56 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 116 | 0.57 | 0 | 0.40 | 0.25 | 138.55 | 0.47 | 0.54 |
| Hex | 52 | C0 | 74 | 39 | 0 | 28 | 19 | 8B | 2F | 36 |
| Octal | 122 | 300 | 164 | 71 | 0 | 50 | 31 | 213 | 57 | 66 |
| Binary | 1010010 | 11000000 | 1110100 | 111001 | 0 | 101000 | 11001 | 10001011 | 101111 | 110110 |
Color Harmonies of #52C074
Complementary color
Monochromatic Colors of #52C074
Black with #52C074
Text Example
Text Example
White with #52C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C074; }
p { color: rgb(82,192,116); }
H1.HeaderClassName
{
color: #52C074;
}
.AnyTagClassName
{
color: #52C074;
}
</style>
background-color css
<style>
a { background-color: #52C074; }
a { background-color: rgb(82,192,116); }
div.DivClassName
{
background-color: #52C074;
}
.BgClassName
{
background-color: #52C074;
}
</style>
border-color css
<style>
span { border-color: #52C074; }
span { border-color: rgb(82,192,116); }
td.TdClassName
{
border-color: #52C074;
}
.TagClassName
{
border-color: #52C074;
}
</style>