Shades of Emerald #52C47F
Tints of Emerald #52C47F
RGB
CMYK
RGB Variations
Color information
#52C47F (or 0x52C47F) is known color: Emerald. HEX triplet: 52, C4 and 7F. RGB value is (82,196,127). Sum of RGB (Red+Green+Blue) = 82+196+127=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #52C47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C47F is #AD3B80. Grayscale: #9A9A9A. Windows color (decimal): -11352961 or 8373330. OLE color: 8373330.
HSL color Cylindrical-coordinate representation of color #52C47F: hue angle of 143.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C47F is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 127 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.23 |
| HSL | 143.68º | 0.49% | 0.55% | - |
| HSV(B) | 143.68º | 0.58% | 0.77% | - |
| XYZ | 27.05 | 42.81 | 26.92 | - |
| YUV | 154.05 | 112.73 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 127 | 0.58 | 0 | 0.35 | 0.23 | 143.68 | 0.49 | 0.55 |
| Hex | 52 | C4 | 7F | 3A | 0 | 23 | 17 | 90 | 31 | 37 |
| Octal | 122 | 304 | 177 | 72 | 0 | 43 | 27 | 220 | 61 | 67 |
| Binary | 1010010 | 11000100 | 1111111 | 111010 | 0 | 100011 | 10111 | 10010000 | 110001 | 110111 |
Color Harmonies of #52C47F
Complementary color
Monochromatic Colors of #52C47F
Black with #52C47F
Text Example
Text Example
White with #52C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C47F; }
p { color: rgb(82,196,127); }
H1.HeaderClassName
{
color: #52C47F;
}
.AnyTagClassName
{
color: #52C47F;
}
</style>
background-color css
<style>
a { background-color: #52C47F; }
a { background-color: rgb(82,196,127); }
div.DivClassName
{
background-color: #52C47F;
}
.BgClassName
{
background-color: #52C47F;
}
</style>
border-color css
<style>
span { border-color: #52C47F; }
span { border-color: rgb(82,196,127); }
td.TdClassName
{
border-color: #52C47F;
}
.TagClassName
{
border-color: #52C47F;
}
</style>