#52c56c

Color #52C56C Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #52C56C

Tints of Emerald #52C56C

Color information

#52C56C (or 0x52C56C) is unknown color: approx Emerald. HEX triplet: 52, C5 and 6C. RGB value is (82,197,108). Sum of RGB (Red+Green+Blue) = 82+197+108=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #52C56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C56C is #AD3A93. Grayscale: #989898. Windows color (decimal): -11352724 or 7128402. OLE color: 7128402.

HSL color Cylindrical-coordinate representation of color #52C56C: hue angle of 133.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C56C is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB82197108-
CMYK0.5800.450.23
HSL133.57º49.78%54.71%-
HSV(B)133.57º58.38%77.25%-
XYZ26.1542.8121.07-
YUV152.47102.977.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=21.19%
G=50.90%
B=27.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971080.5800.450.23133.5749.7854.71
Hex52C56C3A02D17863237
Octal12230515472055272066267
Binary101001011000101110110011101001011011011110000110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c56c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52c56c; }

 p { color: rgb(82,197,108); }

 H1.HeaderClassName
 {
   color: #52c56c;
 }
 .AnyTagClassName
 {
   color: #52c56c;
 }
</style>
background-color css

<style>
 a { background-color: #52c56c; }

 a { background-color: rgb(82,197,108); }

 div.DivClassName
 {
   background-color: #52c56c;
 }
 .BgClassName
 {
   background-color: #52c56c;
 }
</style>
border-color css

<style>
 span { border-color: #52c56c; }

 span { border-color: rgb(82,197,108); }

 td.TdClassName
 {
   border-color: #52c56c;
 }
 .TagClassName
 {
   border-color: #52c56c;
 }
</style>