Shades of Emerald #52EE7B
Tints of Emerald #52EE7B
RGB
CMYK
RGB Variations
Color information
#52EE7B (or 0x52EE7B) is known color: Emerald. HEX triplet: 52, EE and 7B. RGB value is (82,238,123). Sum of RGB (Red+Green+Blue) = 82+238+123=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EE7B is #AD1184. Grayscale: #B2B2B2. Windows color (decimal): -11342213 or 8121938. OLE color: 8121938.
HSL color Cylindrical-coordinate representation of color #52EE7B: hue angle of 135.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EE7B is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 123 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.07 |
| HSL | 135.77º | 0.82% | 0.63% | - |
| HSV(B) | 135.77º | 0.66% | 0.93% | - |
| XYZ | 37.63 | 64.37 | 29.18 | - |
| YUV | 178.25 | 96.82 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 123 | 0.66 | 0 | 0.48 | 0.07 | 135.77 | 0.82 | 0.63 |
| Hex | 52 | EE | 7B | 42 | 0 | 30 | 7 | 88 | 52 | 3F |
| Octal | 122 | 356 | 173 | 102 | 0 | 60 | 7 | 210 | 122 | 77 |
| Binary | 1010010 | 11101110 | 1111011 | 1000010 | 0 | 110000 | 111 | 10001000 | 1010010 | 111111 |
Color Harmonies of #52EE7B
Complementary color
Monochromatic Colors of #52EE7B
Black with #52EE7B
Text Example
Text Example
White with #52EE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EE7B; }
p { color: rgb(82,238,123); }
H1.HeaderClassName
{
color: #52EE7B;
}
.AnyTagClassName
{
color: #52EE7B;
}
</style>
background-color css
<style>
a { background-color: #52EE7B; }
a { background-color: rgb(82,238,123); }
div.DivClassName
{
background-color: #52EE7B;
}
.BgClassName
{
background-color: #52EE7B;
}
</style>
border-color css
<style>
span { border-color: #52EE7B; }
span { border-color: rgb(82,238,123); }
td.TdClassName
{
border-color: #52EE7B;
}
.TagClassName
{
border-color: #52EE7B;
}
</style>