#52AF4F

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

Shades of Fruit Salad #52AF4F

Tints of Fruit Salad #52AF4F

Color information

#52AF4F (or 0x52AF4F) is unknown color: approx Fruit Salad. HEX triplet: 52, AF and 4F. RGB value is (82,175,79). Sum of RGB (Red+Green+Blue) = 82+175+79=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF4F is #AD50B0. Grayscale: #888888. Windows color (decimal): -11358385 or 5222226. OLE color: 5222226.

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

Color convert

RGB8217579-
CMYK0.5300.550.31
HSL118.12º37.8%49.8%-
HSV(B)118.12º54.86%68.63%-
XYZ20.2233.0212.7-
YUV136.2595.6989.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=24.40%
G=52.08%
B=23.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175790.5300.550.31118.1237.849.8
Hex52AF4F350371F762632
Octal12225711765067371664662
Binary10100101010111110011111101010110111111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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