#55B259

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

Shades of Fruit Salad #55B259

Tints of Fruit Salad #55B259

Color information

#55B259 (or 0x55B259) is unknown color: approx Fruit Salad. HEX triplet: 55, B2 and 59. RGB value is (85,178,89). Sum of RGB (Red+Green+Blue) = 85+178+89=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #55B259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B259 is #AA4DA6. Grayscale: #8C8C8C. Windows color (decimal): -11160999 or 5878357. OLE color: 5878357.

HSL color Cylindrical-coordinate representation of color #55B259: hue angle of 122.58º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B259 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB8517889-
CMYK0.5200.50.30
HSL122.58º37.65%51.57%-
HSV(B)122.58º52.25%69.8%-
XYZ21.4734.4914.98-
YUV140.0599.1988.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 178 (69.92% from 255) = 50.57%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=24.15%
G=50.57%
B=25.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85178890.5200.50.30122.5837.6551.57
Hex55B259340321E7b2634
Octal12526213164062361734664
Binary10101011011001010110011101000110010111101111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,178,89); }

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

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

 a { background-color: rgb(85,178,89); }

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

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

 span { border-color: rgb(85,178,89); }

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