#52c582

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

Shades of Emerald #52C582

Tints of Emerald #52C582

Color information

#52C582 (or 0x52C582) is unknown color: approx Emerald. HEX triplet: 52, C5 and 82. RGB value is (82,197,130). Sum of RGB (Red+Green+Blue) = 82+197+130=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #52C582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C582 is #AD3A7D. Grayscale: #9B9B9B. Windows color (decimal): -11352702 or 8570194. OLE color: 8570194.

HSL color Cylindrical-coordinate representation of color #52C582: hue angle of 145.04º 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 #52C582 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB82197130-
CMYK0.5800.340.23
HSL145.04º49.78%54.71%-
HSV(B)145.04º58.38%77.25%-
XYZ27.4843.3428.04-
YUV154.98113.975.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 197 (77.34% from 255) = 48.17%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=20.05%
G=48.17%
B=31.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971300.5800.340.23145.0449.7854.71
Hex52C5823A02217913237
Octal12230520272042272216267
Binary1010010110001011000001011101001000101011110010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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