#5BB155

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

Shades of Fruit Salad #5BB155

Tints of Fruit Salad #5BB155

Color information

#5BB155 (or 0x5BB155) is unknown color: approx Fruit Salad. HEX triplet: 5B, B1 and 55. RGB value is (91,177,85). Sum of RGB (Red+Green+Blue) = 91+177+85=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB155 is #A44EAA. Grayscale: #8D8D8D. Windows color (decimal): -10768043 or 5615963. OLE color: 5615963.

HSL color Cylindrical-coordinate representation of color #5BB155: hue angle of 116.09º 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 #5BB155 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB9117785-
CMYK0.4900.520.31
HSL116.09º37.1%51.37%-
HSV(B)116.09º51.98%69.41%-
XYZ21.6834.3214.08-
YUV140.896.5192.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 177 (69.53% from 255) = 50.14%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=25.78%
G=50.14%
B=24.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91177850.4900.520.31116.0937.151.37
Hex5BB155310341F742533
Octal13326112561064371644563
Binary10110111011000110101011100010110100111111110100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB155; }

 p { color: rgb(91,177,85); }

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

<style>
 a { background-color: #5BB155; }

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

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

<style>
 span { border-color: #5BB155; }

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

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