Shades of Emerald #52E694
Tints of Emerald #52E694
RGB
CMYK
RGB Variations
Color information
#52E694 (or 0x52E694) is known color: Emerald. HEX triplet: 52, E6 and 94. RGB value is (82,230,148). Sum of RGB (Red+Green+Blue) = 82+230+148=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #52E694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E694 is #AD196B. Grayscale: #B0B0B0. Windows color (decimal): -11344236 or 9758290. OLE color: 9758290.
HSL color Cylindrical-coordinate representation of color #52E694: hue angle of 146.76º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E694 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 148 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.10 |
| HSL | 146.76º | 0.75% | 0.61% | - |
| HSV(B) | 146.76º | 0.64% | 0.9% | - |
| XYZ | 37.12 | 60.53 | 37.74 | - |
| YUV | 176.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 148 | 0.64 | 0 | 0.36 | 0.10 | 146.76 | 0.75 | 0.61 |
| Hex | 52 | E6 | 94 | 40 | 0 | 24 | A | 93 | 4B | 3D |
| Octal | 122 | 346 | 224 | 100 | 0 | 44 | 12 | 223 | 113 | 75 |
| Binary | 1010010 | 11100110 | 10010100 | 1000000 | 0 | 100100 | 1010 | 10010011 | 1001011 | 111101 |
Color Harmonies of #52E694
Complementary color
Monochromatic Colors of #52E694
Black with #52E694
Text Example
Text Example
White with #52E694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E694; }
p { color: rgb(82,230,148); }
H1.HeaderClassName
{
color: #52E694;
}
.AnyTagClassName
{
color: #52E694;
}
</style>
background-color css
<style>
a { background-color: #52E694; }
a { background-color: rgb(82,230,148); }
div.DivClassName
{
background-color: #52E694;
}
.BgClassName
{
background-color: #52E694;
}
</style>
border-color css
<style>
span { border-color: #52E694; }
span { border-color: rgb(82,230,148); }
td.TdClassName
{
border-color: #52E694;
}
.TagClassName
{
border-color: #52E694;
}
</style>