#52E18C

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

Shades of Emerald #52E18C

Tints of Emerald #52E18C

Color information

#52E18C (or 0x52E18C) is unknown color: approx Emerald. HEX triplet: 52, E1 and 8C. RGB value is (82,225,140). Sum of RGB (Red+Green+Blue) = 82+225+140=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #52E18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E18C is #AD1E73. Grayscale: #ACACAC. Windows color (decimal): -11345524 or 9232722. OLE color: 9232722.

HSL color Cylindrical-coordinate representation of color #52E18C: hue angle of 144.34º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E18C is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB82225140-
CMYK0.6400.380.12
HSL144.34º70.44%60.2%-
HSV(B)144.34º63.56%88.24%-
XYZ35.1457.5434.06-
YUV172.55109.6263.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.34%
GREEN value IS 225 (88.28% from 255) = 50.34%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=18.34%
G=50.34%
B=31.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822251400.6400.380.12144.3470.4460.2
Hex52E18C40026C90463c
Octal1223412141000461422010674
Binary10100101110000110001100100000001001101100100100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,225,140); }

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

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

 a { background-color: rgb(82,225,140); }

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

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

 span { border-color: rgb(82,225,140); }

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