#55BA57

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

Shades of Fruit Salad #55BA57

Tints of Fruit Salad #55BA57

Color information

#55BA57 (or 0x55BA57) is unknown color: approx Fruit Salad. HEX triplet: 55, BA and 57. RGB value is (85,186,87). Sum of RGB (Red+Green+Blue) = 85+186+87=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BA57 is #AA45A8. Grayscale: #909090. Windows color (decimal): -11158953 or 5749333. OLE color: 5749333.

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

Color convert

RGB8518687-
CMYK0.5400.530.27
HSL121.19º42.26%53.14%-
HSV(B)121.19º54.3%72.94%-
XYZ23.0337.7415.09-
YUV144.5195.5485.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 186 (73.05% from 255) = 51.96%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=23.74%
G=51.96%
B=24.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85186870.5400.530.27121.1942.2653.14
Hex55BA57360351B792a35
Octal12527212766065331715265
Binary10101011011101010101111101100110101110111111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,186,87); }

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

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

 a { background-color: rgb(85,186,87); }

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

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

 span { border-color: rgb(85,186,87); }

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