Shades of Emerald #52E779
Tints of Emerald #52E779
RGB
CMYK
RGB Variations
Color information
#52E779 (or 0x52E779) is known color: Emerald. HEX triplet: 52, E7 and 79. RGB value is (82,231,121). Sum of RGB (Red+Green+Blue) = 82+231+121=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #52E779 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E779 is #AD1886. Grayscale: #AEAEAE. Windows color (decimal): -11344007 or 7989074. OLE color: 7989074.
HSL color Cylindrical-coordinate representation of color #52E779: hue angle of 135.7º 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 #52E779 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 121 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.09 |
| HSL | 135.7º | 0.76% | 0.61% | - |
| HSV(B) | 135.7º | 0.65% | 0.91% | - |
| XYZ | 35.51 | 60.33 | 27.86 | - |
| YUV | 173.91 | 98.14 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 121 | 0.65 | 0 | 0.48 | 0.09 | 135.7 | 0.76 | 0.61 |
| Hex | 52 | E7 | 79 | 41 | 0 | 30 | 9 | 88 | 4C | 3D |
| Octal | 122 | 347 | 171 | 101 | 0 | 60 | 11 | 210 | 114 | 75 |
| Binary | 1010010 | 11100111 | 1111001 | 1000001 | 0 | 110000 | 1001 | 10001000 | 1001100 | 111101 |
Color Harmonies of #52E779
Complementary color
Monochromatic Colors of #52E779
Black with #52E779
Text Example
Text Example
White with #52E779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E779; }
p { color: rgb(82,231,121); }
H1.HeaderClassName
{
color: #52E779;
}
.AnyTagClassName
{
color: #52E779;
}
</style>
background-color css
<style>
a { background-color: #52E779; }
a { background-color: rgb(82,231,121); }
div.DivClassName
{
background-color: #52E779;
}
.BgClassName
{
background-color: #52E779;
}
</style>
border-color css
<style>
span { border-color: #52E779; }
span { border-color: rgb(82,231,121); }
td.TdClassName
{
border-color: #52E779;
}
.TagClassName
{
border-color: #52E779;
}
</style>