#55B45A

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

Shades of Fruit Salad #55B45A

Tints of Fruit Salad #55B45A

Color information

#55B45A (or 0x55B45A) is unknown color: approx Fruit Salad. HEX triplet: 55, B4 and 5A. RGB value is (85,180,90). Sum of RGB (Red+Green+Blue) = 85+180+90=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #55B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B45A is #AA4BA5. Grayscale: #8D8D8D. Windows color (decimal): -11160486 or 5944405. OLE color: 5944405.

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

Color convert

RGB8518090-
CMYK0.5300.500.29
HSL123.16º38.78%51.96%-
HSV(B)123.16º52.78%70.59%-
XYZ21.9135.3115.33-
YUV141.3399.0387.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=23.94%
G=50.70%
B=25.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85180900.5300.500.29123.1638.7851.96
Hex55B45A350321D7b2734
Octal12526413265062351734764
Binary10101011011010010110101101010110010111011111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,180,90); }

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

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

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

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

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

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

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