Shades of Emerald #52D765
Tints of Emerald #52D765
RGB
CMYK
RGB Variations
Color information
#52D765 (or 0x52D765) is known color: Emerald. HEX triplet: 52, D7 and 65. RGB value is (82,215,101). Sum of RGB (Red+Green+Blue) = 82+215+101=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #52D765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D765 is #AD289A. Grayscale: #A2A2A2. Windows color (decimal): -11348123 or 6674258. OLE color: 6674258.
HSL color Cylindrical-coordinate representation of color #52D765: hue angle of 128.57º 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 #52D765 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 101 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.16 |
| HSL | 128.57º | 0.62% | 0.58% | - |
| HSV(B) | 128.57º | 0.62% | 0.84% | - |
| XYZ | 30.13 | 51.33 | 20.63 | - |
| YUV | 162.24 | 93.44 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 101 | 0.62 | 0 | 0.53 | 0.16 | 128.57 | 0.62 | 0.58 |
| Hex | 52 | D7 | 65 | 3E | 0 | 35 | 10 | 81 | 3E | 3A |
| Octal | 122 | 327 | 145 | 76 | 0 | 65 | 20 | 201 | 76 | 72 |
| Binary | 1010010 | 11010111 | 1100101 | 111110 | 0 | 110101 | 10000 | 10000001 | 111110 | 111010 |
Color Harmonies of #52D765
Complementary color
Monochromatic Colors of #52D765
Black with #52D765
Text Example
Text Example
White with #52D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D765; }
p { color: rgb(82,215,101); }
H1.HeaderClassName
{
color: #52D765;
}
.AnyTagClassName
{
color: #52D765;
}
</style>
background-color css
<style>
a { background-color: #52D765; }
a { background-color: rgb(82,215,101); }
div.DivClassName
{
background-color: #52D765;
}
.BgClassName
{
background-color: #52D765;
}
</style>
border-color css
<style>
span { border-color: #52D765; }
span { border-color: rgb(82,215,101); }
td.TdClassName
{
border-color: #52D765;
}
.TagClassName
{
border-color: #52D765;
}
</style>