#52AF4E

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

Shades of Fruit Salad #52AF4E

Tints of Fruit Salad #52AF4E

Color information

#52AF4E (or 0x52AF4E) is unknown color: approx Fruit Salad. HEX triplet: 52, AF and 4E. RGB value is (82,175,78). Sum of RGB (Red+Green+Blue) = 82+175+78=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF4E is #AD50B1. Grayscale: #888888. Windows color (decimal): -11358386 or 5156690. OLE color: 5156690.

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

Color convert

RGB8217578-
CMYK0.5300.550.31
HSL117.53º38.34%49.61%-
HSV(B)117.53º55.43%68.63%-
XYZ20.183312.51-
YUV136.1495.1989.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=24.48%
G=52.24%
B=23.28%

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
Decimal82175780.5300.550.31117.5338.3449.61
Hex52AF4E350371F762632
Octal12225711665067371664662
Binary10100101010111110011101101010110111111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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