#55B54D

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

Shades of Fruit Salad #55B54D

Tints of Fruit Salad #55B54D

Color information

#55B54D (or 0x55B54D) is unknown color: approx Fruit Salad. HEX triplet: 55, B5 and 4D. RGB value is (85,181,77). Sum of RGB (Red+Green+Blue) = 85+181+77=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #55B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B54D is #AA4AB2. Grayscale: #8C8C8C. Windows color (decimal): -11160243 or 5092693. OLE color: 5092693.

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

Color convert

RGB8518177-
CMYK0.5300.570.29
HSL115.38º41.27%50.59%-
HSV(B)115.38º57.46%70.98%-
XYZ21.6135.5112.74-
YUV140.4492.288.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 181 (71.09% from 255) = 52.77%
BLUE value IS 77 (30.47% from 255) = 22.45%
R=24.78%
G=52.77%
B=22.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181770.5300.570.29115.3841.2750.59
Hex55B54D350391D732933
Octal12526511565071351635163
Binary10101011011010110011011101010111001111011110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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