#52AF5E

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

Shades of Fruit Salad #52AF5E

Tints of Fruit Salad #52AF5E

Color information

#52AF5E (or 0x52AF5E) is unknown color: approx Fruit Salad. HEX triplet: 52, AF and 5E. RGB value is (82,175,94). Sum of RGB (Red+Green+Blue) = 82+175+94=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF5E is #AD50A1. Grayscale: #8A8A8A. Windows color (decimal): -11358370 or 6205266. OLE color: 6205266.

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

Color convert

RGB8217594-
CMYK0.5300.460.31
HSL127.74º36.76%50.39%-
HSV(B)127.74º53.14%68.63%-
XYZ20.8333.2615.91-
YUV137.96103.1988.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=23.36%
G=49.86%
B=26.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175940.5300.460.31127.7436.7650.39
Hex52AF5E3502E1F802532
Octal12225713665056372004562
Binary101001010101111101111011010101011101111110000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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