#52af5b

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

Shades of Fruit Salad #52AF5B

Tints of Fruit Salad #52AF5B

Color information

#52AF5B (or 0x52AF5B) is unknown color: approx Fruit Salad. HEX triplet: 52, AF and 5B. RGB value is (82,175,91). Sum of RGB (Red+Green+Blue) = 82+175+91=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF5B is #AD50A4. Grayscale: #898989. Windows color (decimal): -11358373 or 6008658. OLE color: 6008658.

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

Color convert

RGB8217591-
CMYK0.5300.480.31
HSL125.81º36.76%50.39%-
HSV(B)125.81º53.14%68.63%-
XYZ20.733.2115.22-
YUV137.62101.6988.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=23.56%
G=50.29%
B=26.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175910.5300.480.31125.8136.7650.39
Hex52AF5B350301F7e2532
Octal12225713365060371764562
Binary10100101010111110110111101010110000111111111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52af5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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