Shades of Emerald #52C17A
Tints of Emerald #52C17A
RGB
CMYK
RGB Variations
Color information
#52C17A (or 0x52C17A) is known color: Emerald. HEX triplet: 52, C1 and 7A. RGB value is (82,193,122). Sum of RGB (Red+Green+Blue) = 82+193+122=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #52C17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C17A is #AD3E85. Grayscale: #979797. Windows color (decimal): -11353734 or 8044882. OLE color: 8044882.
HSL color Cylindrical-coordinate representation of color #52C17A: hue angle of 141.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C17A is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 122 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.24 |
| HSL | 141.62º | 0.47% | 0.54% | - |
| HSV(B) | 141.62º | 0.58% | 0.76% | - |
| XYZ | 26.06 | 41.34 | 25.02 | - |
| YUV | 151.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 122 | 0.58 | 0 | 0.37 | 0.24 | 141.62 | 0.47 | 0.54 |
| Hex | 52 | C1 | 7A | 3A | 0 | 25 | 18 | 8E | 2F | 36 |
| Octal | 122 | 301 | 172 | 72 | 0 | 45 | 30 | 216 | 57 | 66 |
| Binary | 1010010 | 11000001 | 1111010 | 111010 | 0 | 100101 | 11000 | 10001110 | 101111 | 110110 |
Color Harmonies of #52C17A
Complementary color
Monochromatic Colors of #52C17A
Black with #52C17A
Text Example
Text Example
White with #52C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C17A; }
p { color: rgb(82,193,122); }
H1.HeaderClassName
{
color: #52C17A;
}
.AnyTagClassName
{
color: #52C17A;
}
</style>
background-color css
<style>
a { background-color: #52C17A; }
a { background-color: rgb(82,193,122); }
div.DivClassName
{
background-color: #52C17A;
}
.BgClassName
{
background-color: #52C17A;
}
</style>
border-color css
<style>
span { border-color: #52C17A; }
span { border-color: rgb(82,193,122); }
td.TdClassName
{
border-color: #52C17A;
}
.TagClassName
{
border-color: #52C17A;
}
</style>