#55A950

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

Shades of Fruit Salad #55A950

Tints of Fruit Salad #55A950

Color information

#55A950 (or 0x55A950) is unknown color: approx Fruit Salad. HEX triplet: 55, A9 and 50. RGB value is (85,169,80). Sum of RGB (Red+Green+Blue) = 85+169+80=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #55A950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A950 is #AA56AF. Grayscale: #868686. Windows color (decimal): -11163312 or 5286229. OLE color: 5286229.

HSL color Cylindrical-coordinate representation of color #55A950: hue angle of 116.63º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55A950 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB8516980-
CMYK0.5000.530.34
HSL116.63º35.74%48.82%-
HSV(B)116.63º52.66%66.27%-
XYZ19.3830.8912.53-
YUV133.7497.6793.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 169 (66.41% from 255) = 50.60%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=25.45%
G=50.60%
B=23.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85169800.5000.530.34116.6335.7448.82
Hex55A9503203522752431
Octal12525112062065421654461
Binary101010110101001101000011001001101011000101110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,169,80); }

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

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

 a { background-color: rgb(85,169,80); }

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

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

 span { border-color: rgb(85,169,80); }

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