#52D28E

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

Shades of Emerald #52D28E

Tints of Emerald #52D28E

Color information

#52D28E (or 0x52D28E) is unknown color: approx Emerald. HEX triplet: 52, D2 and 8E. RGB value is (82,210,142). Sum of RGB (Red+Green+Blue) = 82+210+142=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #52D28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D28E is #AD2D71. Grayscale: #A4A4A4. Windows color (decimal): -11349362 or 9359954. OLE color: 9359954.

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

Color convert

RGB82210142-
CMYK0.6100.320.18
HSL148.12º58.72%57.25%-
HSV(B)148.12º60.95%82.35%-
XYZ31.4149.8433.56-
YUV163.98115.5969.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 210 (82.42% from 255) = 48.39%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=18.89%
G=48.39%
B=32.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822101420.6100.320.18148.1258.7257.25
Hex52D28E3D02012943b39
Octal12232221675040222247371
Binary1010010110100101000111011110101000001001010010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,210,142); }

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

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

 a { background-color: rgb(82,210,142); }

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

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

 span { border-color: rgb(82,210,142); }

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