#55B055

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

Shades of Fruit Salad #55B055

Tints of Fruit Salad #55B055

Color information

#55B055 (or 0x55B055) is unknown color: approx Fruit Salad. HEX triplet: 55, B0 and 55. RGB value is (85,176,85). Sum of RGB (Red+Green+Blue) = 85+176+85=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #55B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B055 is #AA4FAA. Grayscale: #8A8A8A. Windows color (decimal): -11161515 or 5615701. OLE color: 5615701.

HSL color Cylindrical-coordinate representation of color #55B055: hue angle of 120º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B055 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB8517685-
CMYK0.5200.520.31
HSL120º36.55%51.18%-
HSV(B)120º51.7%69.02%-
XYZ20.9133.6413.98-
YUV138.4297.8589.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 176 (69.14% from 255) = 50.87%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=24.57%
G=50.87%
B=24.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85176850.5200.520.3112036.5551.18
Hex55B055340341F782533
Octal12526012564064371704563
Binary10101011011000010101011101000110100111111111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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