#55B756

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

Shades of Fruit Salad #55B756

Tints of Fruit Salad #55B756

Color information

#55B756 (or 0x55B756) is unknown color: approx Fruit Salad. HEX triplet: 55, B7 and 56. RGB value is (85,183,86). Sum of RGB (Red+Green+Blue) = 85+183+86=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #55B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B756 is #AA48A9. Grayscale: #8E8E8E. Windows color (decimal): -11159722 or 5683029. OLE color: 5683029.

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

Color convert

RGB8518386-
CMYK0.5400.530.28
HSL120.61º40.5%52.55%-
HSV(B)120.61º53.55%71.76%-
XYZ22.3636.4714.67-
YUV142.6496.0386.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=24.01%
G=51.69%
B=24.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85183860.5400.530.28120.6140.552.55
Hex55B756360351C792835
Octal12526712666065341715065
Binary10101011011011110101101101100110101111001111001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,183,86); }

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

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

 a { background-color: rgb(85,183,86); }

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

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

 span { border-color: rgb(85,183,86); }

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