#55B554

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

Shades of Fruit Salad #55B554

Tints of Fruit Salad #55B554

Color information

#55B554 (or 0x55B554) is unknown color: approx Fruit Salad. HEX triplet: 55, B5 and 54. RGB value is (85,181,84). Sum of RGB (Red+Green+Blue) = 85+181+84=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #55B554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B554 is #AA4AAB. Grayscale: #8D8D8D. Windows color (decimal): -11160236 or 5551445. OLE color: 5551445.

HSL color Cylindrical-coordinate representation of color #55B554: hue angle of 119.38º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B554 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB8518184-
CMYK0.5300.540.29
HSL119.38º39.59%51.96%-
HSV(B)119.38º53.59%70.98%-
XYZ21.8735.6214.11-
YUV141.2495.787.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 181 (71.09% from 255) = 51.71%
BLUE value IS 84 (33.20% from 255) = 24%
R=24.29%
G=51.71%
B=24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181840.5300.540.29119.3839.5951.96
Hex55B554350361D772834
Octal12526512465066351675064
Binary10101011011010110101001101010110110111011110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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