Shades of Emerald #52DC7B
Tints of Emerald #52DC7B
RGB
CMYK
RGB Variations
Color information
#52DC7B (or 0x52DC7B) is known color: Emerald. HEX triplet: 52, DC and 7B. RGB value is (82,220,123). Sum of RGB (Red+Green+Blue) = 82+220+123=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC7B is #AD2384. Grayscale: #A7A7A7. Windows color (decimal): -11346821 or 8117330. OLE color: 8117330.
HSL color Cylindrical-coordinate representation of color #52DC7B: hue angle of 137.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DC7B is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 123 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.14 |
| HSL | 137.83º | 0.66% | 0.59% | - |
| HSV(B) | 137.83º | 0.63% | 0.86% | - |
| XYZ | 32.65 | 54.41 | 27.52 | - |
| YUV | 167.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 123 | 0.63 | 0 | 0.44 | 0.14 | 137.83 | 0.66 | 0.59 |
| Hex | 52 | DC | 7B | 3F | 0 | 2C | E | 8A | 42 | 3B |
| Octal | 122 | 334 | 173 | 77 | 0 | 54 | 16 | 212 | 102 | 73 |
| Binary | 1010010 | 11011100 | 1111011 | 111111 | 0 | 101100 | 1110 | 10001010 | 1000010 | 111011 |
Color Harmonies of #52DC7B
Complementary color
Monochromatic Colors of #52DC7B
Black with #52DC7B
Text Example
Text Example
White with #52DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC7B; }
p { color: rgb(82,220,123); }
H1.HeaderClassName
{
color: #52DC7B;
}
.AnyTagClassName
{
color: #52DC7B;
}
</style>
background-color css
<style>
a { background-color: #52DC7B; }
a { background-color: rgb(82,220,123); }
div.DivClassName
{
background-color: #52DC7B;
}
.BgClassName
{
background-color: #52DC7B;
}
</style>
border-color css
<style>
span { border-color: #52DC7B; }
span { border-color: rgb(82,220,123); }
td.TdClassName
{
border-color: #52DC7B;
}
.TagClassName
{
border-color: #52DC7B;
}
</style>