Shades of Emerald #52C484
Tints of Emerald #52C484
RGB
CMYK
RGB Variations
Color information
#52C484 (or 0x52C484) is known color: Emerald. HEX triplet: 52, C4 and 84. RGB value is (82,196,132). Sum of RGB (Red+Green+Blue) = 82+196+132=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #52C484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C484 is #AD3B7B. Grayscale: #9A9A9A. Windows color (decimal): -11352956 or 8701010. OLE color: 8701010.
HSL color Cylindrical-coordinate representation of color #52C484: hue angle of 146.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C484 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 132 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.23 |
| HSL | 146.32º | 0.49% | 0.55% | - |
| HSV(B) | 146.32º | 0.58% | 0.77% | - |
| XYZ | 27.38 | 42.94 | 28.67 | - |
| YUV | 154.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 132 | 0.58 | 0 | 0.33 | 0.23 | 146.32 | 0.49 | 0.55 |
| Hex | 52 | C4 | 84 | 3A | 0 | 21 | 17 | 92 | 31 | 37 |
| Octal | 122 | 304 | 204 | 72 | 0 | 41 | 27 | 222 | 61 | 67 |
| Binary | 1010010 | 11000100 | 10000100 | 111010 | 0 | 100001 | 10111 | 10010010 | 110001 | 110111 |
Color Harmonies of #52C484
Complementary color
Monochromatic Colors of #52C484
Black with #52C484
Text Example
Text Example
White with #52C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C484; }
p { color: rgb(82,196,132); }
H1.HeaderClassName
{
color: #52C484;
}
.AnyTagClassName
{
color: #52C484;
}
</style>
background-color css
<style>
a { background-color: #52C484; }
a { background-color: rgb(82,196,132); }
div.DivClassName
{
background-color: #52C484;
}
.BgClassName
{
background-color: #52C484;
}
</style>
border-color css
<style>
span { border-color: #52C484; }
span { border-color: rgb(82,196,132); }
td.TdClassName
{
border-color: #52C484;
}
.TagClassName
{
border-color: #52C484;
}
</style>