#52AF60

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

Shades of Fruit Salad #52AF60

Tints of Fruit Salad #52AF60

Color information

#52AF60 (or 0x52AF60) is unknown color: approx Fruit Salad. HEX triplet: 52, AF and 60. RGB value is (82,175,96). Sum of RGB (Red+Green+Blue) = 82+175+96=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF60 is #AD509F. Grayscale: #8A8A8A. Windows color (decimal): -11358368 or 6336338. OLE color: 6336338.

HSL color Cylindrical-coordinate representation of color #52AF60: hue angle of 129.03º 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 #52AF60 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB8217596-
CMYK0.5300.450.31
HSL129.03º36.76%50.39%-
HSV(B)129.03º53.14%68.63%-
XYZ20.9233.316.39-
YUV138.19104.1987.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=23.23%
G=49.58%
B=27.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175960.5300.450.31129.0336.7650.39
Hex52AF603502D1F812532
Octal12225714065055372014562
Binary101001010101111110000011010101011011111110000001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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