Shades of Emerald #52C97D
Tints of Emerald #52C97D
RGB
CMYK
RGB Variations
Color information
#52C97D (or 0x52C97D) is known color: Emerald. HEX triplet: 52, C9 and 7D. RGB value is (82,201,125). Sum of RGB (Red+Green+Blue) = 82+201+125=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #52C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C97D is #AD3682. Grayscale: #9C9C9C. Windows color (decimal): -11351683 or 8243538. OLE color: 8243538.
HSL color Cylindrical-coordinate representation of color #52C97D: hue angle of 141.68º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C97D is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 125 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.21 |
| HSL | 141.68º | 0.52% | 0.55% | - |
| HSV(B) | 141.68º | 0.59% | 0.79% | - |
| XYZ | 28.07 | 45.05 | 26.62 | - |
| YUV | 156.76 | 110.08 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 125 | 0.59 | 0 | 0.38 | 0.21 | 141.68 | 0.52 | 0.55 |
| Hex | 52 | C9 | 7D | 3B | 0 | 26 | 15 | 8E | 34 | 37 |
| Octal | 122 | 311 | 175 | 73 | 0 | 46 | 25 | 216 | 64 | 67 |
| Binary | 1010010 | 11001001 | 1111101 | 111011 | 0 | 100110 | 10101 | 10001110 | 110100 | 110111 |
Color Harmonies of #52C97D
Complementary color
Monochromatic Colors of #52C97D
Black with #52C97D
Text Example
Text Example
White with #52C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C97D; }
p { color: rgb(82,201,125); }
H1.HeaderClassName
{
color: #52C97D;
}
.AnyTagClassName
{
color: #52C97D;
}
</style>
background-color css
<style>
a { background-color: #52C97D; }
a { background-color: rgb(82,201,125); }
div.DivClassName
{
background-color: #52C97D;
}
.BgClassName
{
background-color: #52C97D;
}
</style>
border-color css
<style>
span { border-color: #52C97D; }
span { border-color: rgb(82,201,125); }
td.TdClassName
{
border-color: #52C97D;
}
.TagClassName
{
border-color: #52C97D;
}
</style>