Shades of Emerald #52D67B
Tints of Emerald #52D67B
RGB
CMYK
RGB Variations
Color information
#52D67B (or 0x52D67B) is known color: Emerald. HEX triplet: 52, D6 and 7B. RGB value is (82,214,123). Sum of RGB (Red+Green+Blue) = 82+214+123=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #52D67B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D67B is #AD2984. Grayscale: #A4A4A4. Windows color (decimal): -11348357 or 8115794. OLE color: 8115794.
HSL color Cylindrical-coordinate representation of color #52D67B: hue angle of 138.64º 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 #52D67B is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 123 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.16 |
| HSL | 138.64º | 0.62% | 0.58% | - |
| HSV(B) | 138.64º | 0.62% | 0.84% | - |
| XYZ | 31.1 | 51.32 | 27 | - |
| YUV | 164.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 123 | 0.62 | 0 | 0.43 | 0.16 | 138.64 | 0.62 | 0.58 |
| Hex | 52 | D6 | 7B | 3E | 0 | 2B | 10 | 8B | 3E | 3A |
| Octal | 122 | 326 | 173 | 76 | 0 | 53 | 20 | 213 | 76 | 72 |
| Binary | 1010010 | 11010110 | 1111011 | 111110 | 0 | 101011 | 10000 | 10001011 | 111110 | 111010 |
Color Harmonies of #52D67B
Complementary color
Monochromatic Colors of #52D67B
Black with #52D67B
Text Example
Text Example
White with #52D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D67B; }
p { color: rgb(82,214,123); }
H1.HeaderClassName
{
color: #52D67B;
}
.AnyTagClassName
{
color: #52D67B;
}
</style>
background-color css
<style>
a { background-color: #52D67B; }
a { background-color: rgb(82,214,123); }
div.DivClassName
{
background-color: #52D67B;
}
.BgClassName
{
background-color: #52D67B;
}
</style>
border-color css
<style>
span { border-color: #52D67B; }
span { border-color: rgb(82,214,123); }
td.TdClassName
{
border-color: #52D67B;
}
.TagClassName
{
border-color: #52D67B;
}
</style>