#55AD5A

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

Shades of Fruit Salad #55AD5A

Tints of Fruit Salad #55AD5A

Color information

#55AD5A (or 0x55AD5A) is unknown color: approx Fruit Salad. HEX triplet: 55, AD and 5A. RGB value is (85,173,90). Sum of RGB (Red+Green+Blue) = 85+173+90=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD5A is #AA52A5. Grayscale: #898989. Windows color (decimal): -11162278 or 5942613. OLE color: 5942613.

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

Color convert

RGB8517390-
CMYK0.5100.480.32
HSL123.41º34.92%50.59%-
HSV(B)123.41º50.87%67.84%-
XYZ20.5432.5614.87-
YUV137.23101.3590.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 173 (67.97% from 255) = 49.71%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=24.43%
G=49.71%
B=25.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85173900.5100.480.32123.4134.9250.59
Hex55AD5A33030207b2333
Octal12525513263060401734363
Binary101010110101101101101011001101100001000001111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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