Shades of Emerald #52CA6B
Tints of Emerald #52CA6B
RGB
CMYK
RGB Variations
Color information
#52CA6B (or 0x52CA6B) is known color: Emerald. HEX triplet: 52, CA and 6B. RGB value is (82,202,107). Sum of RGB (Red+Green+Blue) = 82+202+107=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA6B is #AD3594. Grayscale: #9B9B9B. Windows color (decimal): -11351445 or 7064146. OLE color: 7064146.
HSL color Cylindrical-coordinate representation of color #52CA6B: hue angle of 132.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA6B is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 107 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.21 |
| HSL | 132.5º | 0.53% | 0.56% | - |
| HSV(B) | 132.5º | 0.59% | 0.79% | - |
| XYZ | 27.25 | 45.1 | 21.18 | - |
| YUV | 155.29 | 100.74 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 107 | 0.59 | 0 | 0.47 | 0.21 | 132.5 | 0.53 | 0.56 |
| Hex | 52 | CA | 6B | 3B | 0 | 2F | 15 | 84 | 35 | 38 |
| Octal | 122 | 312 | 153 | 73 | 0 | 57 | 25 | 204 | 65 | 70 |
| Binary | 1010010 | 11001010 | 1101011 | 111011 | 0 | 101111 | 10101 | 10000100 | 110101 | 111000 |
Color Harmonies of #52CA6B
Complementary color
Monochromatic Colors of #52CA6B
Black with #52CA6B
Text Example
Text Example
White with #52CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA6B; }
p { color: rgb(82,202,107); }
H1.HeaderClassName
{
color: #52CA6B;
}
.AnyTagClassName
{
color: #52CA6B;
}
</style>
background-color css
<style>
a { background-color: #52CA6B; }
a { background-color: rgb(82,202,107); }
div.DivClassName
{
background-color: #52CA6B;
}
.BgClassName
{
background-color: #52CA6B;
}
</style>
border-color css
<style>
span { border-color: #52CA6B; }
span { border-color: rgb(82,202,107); }
td.TdClassName
{
border-color: #52CA6B;
}
.TagClassName
{
border-color: #52CA6B;
}
</style>