Shades of Emerald #52C183
Tints of Emerald #52C183
RGB
CMYK
RGB Variations
Color information
#52C183 (or 0x52C183) is known color: Emerald. HEX triplet: 52, C1 and 83. RGB value is (82,193,131). Sum of RGB (Red+Green+Blue) = 82+193+131=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #52C183 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C183 is #AD3E7C. Grayscale: #989898. Windows color (decimal): -11353725 or 8634706. OLE color: 8634706.
HSL color Cylindrical-coordinate representation of color #52C183: hue angle of 146.49º 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 #52C183 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 131 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.24 |
| HSL | 146.49º | 0.47% | 0.54% | - |
| HSV(B) | 146.49º | 0.58% | 0.76% | - |
| XYZ | 26.65 | 41.57 | 28.09 | - |
| YUV | 152.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 131 | 0.58 | 0 | 0.32 | 0.24 | 146.49 | 0.47 | 0.54 |
| Hex | 52 | C1 | 83 | 3A | 0 | 20 | 18 | 92 | 2F | 36 |
| Octal | 122 | 301 | 203 | 72 | 0 | 40 | 30 | 222 | 57 | 66 |
| Binary | 1010010 | 11000001 | 10000011 | 111010 | 0 | 100000 | 11000 | 10010010 | 101111 | 110110 |
Color Harmonies of #52C183
Complementary color
Monochromatic Colors of #52C183
Black with #52C183
Text Example
Text Example
White with #52C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C183; }
p { color: rgb(82,193,131); }
H1.HeaderClassName
{
color: #52C183;
}
.AnyTagClassName
{
color: #52C183;
}
</style>
background-color css
<style>
a { background-color: #52C183; }
a { background-color: rgb(82,193,131); }
div.DivClassName
{
background-color: #52C183;
}
.BgClassName
{
background-color: #52C183;
}
</style>
border-color css
<style>
span { border-color: #52C183; }
span { border-color: rgb(82,193,131); }
td.TdClassName
{
border-color: #52C183;
}
.TagClassName
{
border-color: #52C183;
}
</style>