Shades of Emerald #52F082
Tints of Emerald #52F082
RGB
CMYK
RGB Variations
Color information
#52F082 (or 0x52F082) is known color: Emerald. HEX triplet: 52, F0 and 82. RGB value is (82,240,130). Sum of RGB (Red+Green+Blue) = 82+240+130=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #52F082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F082 is #AD0F7D. Grayscale: #B4B4B4. Windows color (decimal): -11341694 or 8581202. OLE color: 8581202.
HSL color Cylindrical-coordinate representation of color #52F082: hue angle of 138.23º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F082 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 130 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.06 |
| HSL | 138.23º | 0.84% | 0.63% | - |
| HSV(B) | 138.23º | 0.66% | 0.94% | - |
| XYZ | 38.67 | 65.73 | 31.77 | - |
| YUV | 180.22 | 99.65 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 130 | 0.66 | 0 | 0.46 | 0.06 | 138.23 | 0.84 | 0.63 |
| Hex | 52 | F0 | 82 | 42 | 0 | 2E | 6 | 8A | 54 | 3F |
| Octal | 122 | 360 | 202 | 102 | 0 | 56 | 6 | 212 | 124 | 77 |
| Binary | 1010010 | 11110000 | 10000010 | 1000010 | 0 | 101110 | 110 | 10001010 | 1010100 | 111111 |
Color Harmonies of #52F082
Complementary color
Monochromatic Colors of #52F082
Black with #52F082
Text Example
Text Example
White with #52F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F082; }
p { color: rgb(82,240,130); }
H1.HeaderClassName
{
color: #52F082;
}
.AnyTagClassName
{
color: #52F082;
}
</style>
background-color css
<style>
a { background-color: #52F082; }
a { background-color: rgb(82,240,130); }
div.DivClassName
{
background-color: #52F082;
}
.BgClassName
{
background-color: #52F082;
}
</style>
border-color css
<style>
span { border-color: #52F082; }
span { border-color: rgb(82,240,130); }
td.TdClassName
{
border-color: #52F082;
}
.TagClassName
{
border-color: #52F082;
}
</style>