Shades of Emerald #52CA7B
Tints of Emerald #52CA7B
RGB
CMYK
RGB Variations
Color information
#52CA7B (or 0x52CA7B) is known color: Emerald. HEX triplet: 52, CA and 7B. RGB value is (82,202,123). Sum of RGB (Red+Green+Blue) = 82+202+123=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA7B is #AD3584. Grayscale: #9D9D9D. Windows color (decimal): -11351429 or 8112722. OLE color: 8112722.
HSL color Cylindrical-coordinate representation of color #52CA7B: hue angle of 140.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 #52CA7B is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 123 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.21 |
| HSL | 140.5º | 0.53% | 0.56% | - |
| HSV(B) | 140.5º | 0.59% | 0.79% | - |
| XYZ | 28.18 | 45.46 | 26.03 | - |
| YUV | 157.11 | 108.74 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 123 | 0.59 | 0 | 0.39 | 0.21 | 140.5 | 0.53 | 0.56 |
| Hex | 52 | CA | 7B | 3B | 0 | 27 | 15 | 8C | 35 | 38 |
| Octal | 122 | 312 | 173 | 73 | 0 | 47 | 25 | 214 | 65 | 70 |
| Binary | 1010010 | 11001010 | 1111011 | 111011 | 0 | 100111 | 10101 | 10001100 | 110101 | 111000 |
Color Harmonies of #52CA7B
Complementary color
Monochromatic Colors of #52CA7B
Black with #52CA7B
Text Example
Text Example
White with #52CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA7B; }
p { color: rgb(82,202,123); }
H1.HeaderClassName
{
color: #52CA7B;
}
.AnyTagClassName
{
color: #52CA7B;
}
</style>
background-color css
<style>
a { background-color: #52CA7B; }
a { background-color: rgb(82,202,123); }
div.DivClassName
{
background-color: #52CA7B;
}
.BgClassName
{
background-color: #52CA7B;
}
</style>
border-color css
<style>
span { border-color: #52CA7B; }
span { border-color: rgb(82,202,123); }
td.TdClassName
{
border-color: #52CA7B;
}
.TagClassName
{
border-color: #52CA7B;
}
</style>