#55AA55

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

Shades of Fruit Salad #55AA55

Tints of Fruit Salad #55AA55

Color information

#55AA55 (or 0x55AA55) is unknown color: approx Fruit Salad. HEX triplet: 55, AA and 55. RGB value is (85,170,85). Sum of RGB (Red+Green+Blue) = 85+170+85=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA55 is #AA55AA. Grayscale: #878787. Windows color (decimal): -11163051 or 5614165. OLE color: 5614165.

HSL color Cylindrical-coordinate representation of color #55AA55: hue angle of 120º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA55 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB8517085-
CMYK0.5000.500.33
HSL120º33.33%50%-
HSV(B)120º50%66.67%-
XYZ19.7631.3413.6-
YUV134.8999.8492.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170850.5000.500.3312033.3350
Hex55AA553203221782132
Octal12525212562062411704162
Binary101010110101010101010111001001100101000011111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,170,85); }

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

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

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

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

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

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

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