Shades of Emerald #52CC63
Tints of Emerald #52CC63
RGB
CMYK
RGB Variations
Color information
#52CC63 (or 0x52CC63) is known color: Emerald. HEX triplet: 52, CC and 63. RGB value is (82,204,99). Sum of RGB (Red+Green+Blue) = 82+204+99=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC63 is #AD339C. Grayscale: #9B9B9B. Windows color (decimal): -11350941 or 6540370. OLE color: 6540370.
HSL color Cylindrical-coordinate representation of color #52CC63: hue angle of 128.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC63 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 99 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.2 |
| HSL | 128.36º | 0.54% | 0.56% | - |
| HSV(B) | 128.36º | 0.6% | 0.8% | - |
| XYZ | 27.32 | 45.88 | 19.22 | - |
| YUV | 155.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 99 | 0.60 | 0 | 0.51 | 0.2 | 128.36 | 0.54 | 0.56 |
| Hex | 52 | CC | 63 | 3C | 0 | 33 | 14 | 80 | 36 | 38 |
| Octal | 122 | 314 | 143 | 74 | 0 | 63 | 24 | 200 | 66 | 70 |
| Binary | 1010010 | 11001100 | 1100011 | 111100 | 0 | 110011 | 10100 | 10000000 | 110110 | 111000 |
Color Harmonies of #52CC63
Complementary color
Monochromatic Colors of #52CC63
Black with #52CC63
Text Example
Text Example
White with #52CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC63; }
p { color: rgb(82,204,99); }
H1.HeaderClassName
{
color: #52CC63;
}
.AnyTagClassName
{
color: #52CC63;
}
</style>
background-color css
<style>
a { background-color: #52CC63; }
a { background-color: rgb(82,204,99); }
div.DivClassName
{
background-color: #52CC63;
}
.BgClassName
{
background-color: #52CC63;
}
</style>
border-color css
<style>
span { border-color: #52CC63; }
span { border-color: rgb(82,204,99); }
td.TdClassName
{
border-color: #52CC63;
}
.TagClassName
{
border-color: #52CC63;
}
</style>