#55AE52

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

Shades of Fruit Salad #55AE52

Tints of Fruit Salad #55AE52

Color information

#55AE52 (or 0x55AE52) is unknown color: approx Fruit Salad. HEX triplet: 55, AE and 52. RGB value is (85,174,82). Sum of RGB (Red+Green+Blue) = 85+174+82=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE52 is #AA51AD. Grayscale: #898989. Windows color (decimal): -11162030 or 5418581. OLE color: 5418581.

HSL color Cylindrical-coordinate representation of color #55AE52: hue angle of 118.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AE52 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB8517482-
CMYK0.5100.530.32
HSL118.04º36.22%50.2%-
HSV(B)118.04º52.87%68.24%-
XYZ20.4132.8113.24-
YUV136.997.0190.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 174 (68.36% from 255) = 51.03%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=24.93%
G=51.03%
B=24.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85174820.5100.530.32118.0436.2250.2
Hex55AE523303520762432
Octal12525612263065401664462
Binary101010110101110101001011001101101011000001110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AE52; }

 p { color: rgb(85,174,82); }

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

<style>
 a { background-color: #55AE52; }

 a { background-color: rgb(85,174,82); }

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

<style>
 span { border-color: #55AE52; }

 span { border-color: rgb(85,174,82); }

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