#52AE5E

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

Shades of Fruit Salad #52AE5E

Tints of Fruit Salad #52AE5E

Color information

#52AE5E (or 0x52AE5E) is unknown color: approx Fruit Salad. HEX triplet: 52, AE and 5E. RGB value is (82,174,94). Sum of RGB (Red+Green+Blue) = 82+174+94=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE5E is #AD51A1. Grayscale: #898989. Windows color (decimal): -11358626 or 6205010. OLE color: 6205010.

HSL color Cylindrical-coordinate representation of color #52AE5E: hue angle of 127.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE5E is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB8217494-
CMYK0.5300.460.32
HSL127.83º36.22%50.2%-
HSV(B)127.83º52.87%68.24%-
XYZ20.6432.8715.85-
YUV137.37103.5288.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 174 (68.36% from 255) = 49.71%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=23.43%
G=49.71%
B=26.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174940.5300.460.32127.8336.2250.2
Hex52AE5E3502E20802432
Octal12225613665056402004462
Binary1010010101011101011110110101010111010000010000000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,94); }

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

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

 a { background-color: rgb(82,174,94); }

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

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

 span { border-color: rgb(82,174,94); }

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