#52C581

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

Shades of Emerald #52C581

Tints of Emerald #52C581

Color information

#52C581 (or 0x52C581) is unknown color: approx Emerald. HEX triplet: 52, C5 and 81. RGB value is (82,197,129). Sum of RGB (Red+Green+Blue) = 82+197+129=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #52C581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C581 is #AD3A7E. Grayscale: #9B9B9B. Windows color (decimal): -11352703 or 8504658. OLE color: 8504658.

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

Color convert

RGB82197129-
CMYK0.5800.350.23
HSL144.52º49.78%54.71%-
HSV(B)144.52º58.38%77.25%-
XYZ27.4143.3127.68-
YUV154.86113.476.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.10%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=20.10%
G=48.28%
B=31.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971290.5800.350.23144.5249.7854.71
Hex52C5813A02317913237
Octal12230520172043272216267
Binary1010010110001011000000111101001000111011110010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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