Shades of Emerald #52CC68
Tints of Emerald #52CC68
RGB
CMYK
RGB Variations
Color information
#52CC68 (or 0x52CC68) is known color: Emerald. HEX triplet: 52, CC and 68. RGB value is (82,204,104). Sum of RGB (Red+Green+Blue) = 82+204+104=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC68 is #AD3397. Grayscale: #9C9C9C. Windows color (decimal): -11350936 or 6868050. OLE color: 6868050.
HSL color Cylindrical-coordinate representation of color #52CC68: hue angle of 130.82º 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 #52CC68 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 104 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.2 |
| HSL | 130.82º | 0.54% | 0.56% | - |
| HSV(B) | 130.82º | 0.6% | 0.8% | - |
| XYZ | 27.57 | 45.98 | 20.52 | - |
| YUV | 156.12 | 98.58 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 104 | 0.60 | 0 | 0.49 | 0.2 | 130.82 | 0.54 | 0.56 |
| Hex | 52 | CC | 68 | 3C | 0 | 31 | 14 | 83 | 36 | 38 |
| Octal | 122 | 314 | 150 | 74 | 0 | 61 | 24 | 203 | 66 | 70 |
| Binary | 1010010 | 11001100 | 1101000 | 111100 | 0 | 110001 | 10100 | 10000011 | 110110 | 111000 |
Color Harmonies of #52CC68
Complementary color
Monochromatic Colors of #52CC68
Black with #52CC68
Text Example
Text Example
White with #52CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CC68; }
p { color: rgb(82,204,104); }
H1.HeaderClassName
{
color: #52CC68;
}
.AnyTagClassName
{
color: #52CC68;
}
</style>
background-color css
<style>
a { background-color: #52CC68; }
a { background-color: rgb(82,204,104); }
div.DivClassName
{
background-color: #52CC68;
}
.BgClassName
{
background-color: #52CC68;
}
</style>
border-color css
<style>
span { border-color: #52CC68; }
span { border-color: rgb(82,204,104); }
td.TdClassName
{
border-color: #52CC68;
}
.TagClassName
{
border-color: #52CC68;
}
</style>