Shades of Emerald #52C268
Tints of Emerald #52C268
RGB
CMYK
RGB Variations
Color information
#52C268 (or 0x52C268) is known color: Emerald. HEX triplet: 52, C2 and 68. RGB value is (82,194,104). Sum of RGB (Red+Green+Blue) = 82+194+104=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #52C268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C268 is #AD3D97. Grayscale: #969696. Windows color (decimal): -11353496 or 6865490. OLE color: 6865490.
HSL color Cylindrical-coordinate representation of color #52C268: hue angle of 131.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C268 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 104 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.24 |
| HSL | 131.79º | 0.48% | 0.54% | - |
| HSV(B) | 131.79º | 0.58% | 0.76% | - |
| XYZ | 25.27 | 41.38 | 19.75 | - |
| YUV | 150.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 104 | 0.58 | 0 | 0.46 | 0.24 | 131.79 | 0.48 | 0.54 |
| Hex | 52 | C2 | 68 | 3A | 0 | 2E | 18 | 84 | 30 | 36 |
| Octal | 122 | 302 | 150 | 72 | 0 | 56 | 30 | 204 | 60 | 66 |
| Binary | 1010010 | 11000010 | 1101000 | 111010 | 0 | 101110 | 11000 | 10000100 | 110000 | 110110 |
Color Harmonies of #52C268
Complementary color
Monochromatic Colors of #52C268
Black with #52C268
Text Example
Text Example
White with #52C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C268; }
p { color: rgb(82,194,104); }
H1.HeaderClassName
{
color: #52C268;
}
.AnyTagClassName
{
color: #52C268;
}
</style>
background-color css
<style>
a { background-color: #52C268; }
a { background-color: rgb(82,194,104); }
div.DivClassName
{
background-color: #52C268;
}
.BgClassName
{
background-color: #52C268;
}
</style>
border-color css
<style>
span { border-color: #52C268; }
span { border-color: rgb(82,194,104); }
td.TdClassName
{
border-color: #52C268;
}
.TagClassName
{
border-color: #52C268;
}
</style>