#52D388

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

Shades of Emerald #52D388

Tints of Emerald #52D388

Color information

#52D388 (or 0x52D388) is unknown color: approx Emerald. HEX triplet: 52, D3 and 88. RGB value is (82,211,136). Sum of RGB (Red+Green+Blue) = 82+211+136=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #52D388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D388 is #AD2C77. Grayscale: #A4A4A4. Windows color (decimal): -11349112 or 8966994. OLE color: 8966994.

HSL color Cylindrical-coordinate representation of color #52D388: hue angle of 145.12º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D388 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB82211136-
CMYK0.6100.360.17
HSL145.12º59.45%57.45%-
HSV(B)145.12º61.14%82.75%-
XYZ31.2250.1631.33-
YUV163.88112.2669.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 211 (82.81% from 255) = 49.18%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=19.11%
G=49.18%
B=31.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal822111360.6100.360.17145.1259.4557.45
Hex52D3883D02411913b39
Octal12232321075044212217371
Binary1010010110100111000100011110101001001000110010001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,211,136); }

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

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

 a { background-color: rgb(82,211,136); }

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

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

 span { border-color: rgb(82,211,136); }

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