Shades of Emerald #52E792
Tints of Emerald #52E792
RGB
CMYK
RGB Variations
Color information
#52E792 (or 0x52E792) is known color: Emerald. HEX triplet: 52, E7 and 92. RGB value is (82,231,146). Sum of RGB (Red+Green+Blue) = 82+231+146=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #52E792 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E792 is #AD186D. Grayscale: #B0B0B0. Windows color (decimal): -11343982 or 9627474. OLE color: 9627474.
HSL color Cylindrical-coordinate representation of color #52E792: hue angle of 145.77º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E792 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 146 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.09 |
| HSL | 145.77º | 0.76% | 0.61% | - |
| HSV(B) | 145.77º | 0.65% | 0.91% | - |
| XYZ | 37.24 | 61.02 | 37.01 | - |
| YUV | 176.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 146 | 0.65 | 0 | 0.37 | 0.09 | 145.77 | 0.76 | 0.61 |
| Hex | 52 | E7 | 92 | 41 | 0 | 25 | 9 | 92 | 4C | 3D |
| Octal | 122 | 347 | 222 | 101 | 0 | 45 | 11 | 222 | 114 | 75 |
| Binary | 1010010 | 11100111 | 10010010 | 1000001 | 0 | 100101 | 1001 | 10010010 | 1001100 | 111101 |
Color Harmonies of #52E792
Complementary color
Monochromatic Colors of #52E792
Black with #52E792
Text Example
Text Example
White with #52E792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E792; }
p { color: rgb(82,231,146); }
H1.HeaderClassName
{
color: #52E792;
}
.AnyTagClassName
{
color: #52E792;
}
</style>
background-color css
<style>
a { background-color: #52E792; }
a { background-color: rgb(82,231,146); }
div.DivClassName
{
background-color: #52E792;
}
.BgClassName
{
background-color: #52E792;
}
</style>
border-color css
<style>
span { border-color: #52E792; }
span { border-color: rgb(82,231,146); }
td.TdClassName
{
border-color: #52E792;
}
.TagClassName
{
border-color: #52E792;
}
</style>