Shades of Emerald #52D65C
Tints of Emerald #52D65C
RGB
CMYK
RGB Variations
Color information
#52D65C (or 0x52D65C) is known color: Emerald. HEX triplet: 52, D6 and 5C. RGB value is (82,214,92). Sum of RGB (Red+Green+Blue) = 82+214+92=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #52D65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D65C is #AD29A3. Grayscale: #A0A0A0. Windows color (decimal): -11348388 or 6084178. OLE color: 6084178.
HSL color Cylindrical-coordinate representation of color #52D65C: hue angle of 124.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D65C is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 92 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.16 |
| HSL | 124.55º | 0.62% | 0.58% | - |
| HSV(B) | 124.55º | 0.62% | 0.84% | - |
| XYZ | 29.46 | 50.66 | 18.35 | - |
| YUV | 160.62 | 89.27 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 92 | 0.62 | 0 | 0.57 | 0.16 | 124.55 | 0.62 | 0.58 |
| Hex | 52 | D6 | 5C | 3E | 0 | 39 | 10 | 7D | 3E | 3A |
| Octal | 122 | 326 | 134 | 76 | 0 | 71 | 20 | 175 | 76 | 72 |
| Binary | 1010010 | 11010110 | 1011100 | 111110 | 0 | 111001 | 10000 | 1111101 | 111110 | 111010 |
Color Harmonies of #52D65C
Complementary color
Monochromatic Colors of #52D65C
Black with #52D65C
Text Example
Text Example
White with #52D65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D65C; }
p { color: rgb(82,214,92); }
H1.HeaderClassName
{
color: #52D65C;
}
.AnyTagClassName
{
color: #52D65C;
}
</style>
background-color css
<style>
a { background-color: #52D65C; }
a { background-color: rgb(82,214,92); }
div.DivClassName
{
background-color: #52D65C;
}
.BgClassName
{
background-color: #52D65C;
}
</style>
border-color css
<style>
span { border-color: #52D65C; }
span { border-color: rgb(82,214,92); }
td.TdClassName
{
border-color: #52D65C;
}
.TagClassName
{
border-color: #52D65C;
}
</style>