#55AF53

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

Shades of Fruit Salad #55AF53

Tints of Fruit Salad #55AF53

Color information

#55AF53 (or 0x55AF53) is unknown color: approx Fruit Salad. HEX triplet: 55, AF and 53. RGB value is (85,175,83). Sum of RGB (Red+Green+Blue) = 85+175+83=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF53 is #AA50AC. Grayscale: #898989. Windows color (decimal): -11161773 or 5484373. OLE color: 5484373.

HSL color Cylindrical-coordinate representation of color #55AF53: hue angle of 118.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AF53 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB8517583-
CMYK0.5100.530.31
HSL118.7º36.51%50.59%-
HSV(B)118.7º52.57%68.63%-
XYZ20.6433.2213.51-
YUV137.697.1890.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=24.78%
G=51.02%
B=24.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85175830.5100.530.31118.736.5150.59
Hex55AF53330351F772533
Octal12525712363065371674563
Binary10101011010111110100111100110110101111111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,175,83); }

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

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

 a { background-color: rgb(85,175,83); }

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

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

 span { border-color: rgb(85,175,83); }

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