#55BB54

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

Shades of Fruit Salad #55BB54

Tints of Fruit Salad #55BB54

Color information

#55BB54 (or 0x55BB54) is unknown color: approx Fruit Salad. HEX triplet: 55, BB and 54. RGB value is (85,187,84). Sum of RGB (Red+Green+Blue) = 85+187+84=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB54 is #AA44AB. Grayscale: #919191. Windows color (decimal): -11158700 or 5552981. OLE color: 5552981.

HSL color Cylindrical-coordinate representation of color #55BB54: hue angle of 119.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB54 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB8518784-
CMYK0.5500.550.27
HSL119.42º43.1%53.14%-
HSV(B)119.42º55.08%73.33%-
XYZ23.1238.1114.53-
YUV144.7693.7185.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 187 (73.44% from 255) = 52.53%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=23.88%
G=52.53%
B=23.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85187840.5500.550.27119.4243.153.14
Hex55BB54370371B772b35
Octal12527312467067331675365
Binary10101011011101110101001101110110111110111110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,187,84); }

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

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

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

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

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

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

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