#55AD51

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

Shades of Fruit Salad #55AD51

Tints of Fruit Salad #55AD51

Color information

#55AD51 (or 0x55AD51) is unknown color: approx Fruit Salad. HEX triplet: 55, AD and 51. RGB value is (85,173,81). Sum of RGB (Red+Green+Blue) = 85+173+81=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD51 is #AA52AE. Grayscale: #888888. Windows color (decimal): -11162287 or 5352789. OLE color: 5352789.

HSL color Cylindrical-coordinate representation of color #55AD51: hue angle of 117.39º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AD51 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB8517381-
CMYK0.5100.530.32
HSL117.39º36.22%49.8%-
HSV(B)117.39º53.18%67.84%-
XYZ20.1832.4112.98-
YUV136.296.8591.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 173 (67.97% from 255) = 51.03%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=25.07%
G=51.03%
B=23.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85173810.5100.530.32117.3936.2249.8
Hex55AD513303520752432
Octal12525512163065401654462
Binary101010110101101101000111001101101011000001110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,173,81); }

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

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

 a { background-color: rgb(85,173,81); }

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

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

 span { border-color: rgb(85,173,81); }

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