#52C573

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

Shades of Emerald #52C573

Tints of Emerald #52C573

Color information

#52C573 (or 0x52C573) is unknown color: approx Emerald. HEX triplet: 52, C5 and 73. RGB value is (82,197,115). Sum of RGB (Red+Green+Blue) = 82+197+115=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #52C573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C573 is #AD3A8C. Grayscale: #999999. Windows color (decimal): -11352717 or 7587154. OLE color: 7587154.

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

Color convert

RGB82197115-
CMYK0.5800.420.23
HSL137.22º49.78%54.71%-
HSV(B)137.22º58.38%77.25%-
XYZ26.5442.9623.11-
YUV153.27106.477.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 197 (77.34% from 255) = 50%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=20.81%
G=50%
B=29.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971150.5800.420.23137.2249.7854.71
Hex52C5733A02A17893237
Octal12230516372052272116267
Binary101001011000101111001111101001010101011110001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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