#56AA55

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

Shades of Fruit Salad #56AA55

Tints of Fruit Salad #56AA55

Color information

#56AA55 (or 0x56AA55) is unknown color: approx Fruit Salad. HEX triplet: 56, AA and 55. RGB value is (86,170,85). Sum of RGB (Red+Green+Blue) = 86+170+85=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56AA55 is #A955AA. Grayscale: #878787. Windows color (decimal): -11097515 or 5614166. OLE color: 5614166.

HSL color Cylindrical-coordinate representation of color #56AA55: hue angle of 119.29º 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 #56AA55 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB8617085-
CMYK0.4900.500.33
HSL119.29º33.33%50%-
HSV(B)119.29º50%66.67%-
XYZ19.8531.3813.61-
YUV135.1999.6792.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=25.22%
G=49.85%
B=24.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86170850.4900.500.33119.2933.3350
Hex56AA553103221772132
Octal12625212561062411674162
Binary101011010101010101010111000101100101000011110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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