#55AF58

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

Shades of Fruit Salad #55AF58

Tints of Fruit Salad #55AF58

Color information

#55AF58 (or 0x55AF58) is unknown color: approx Fruit Salad. HEX triplet: 55, AF and 58. RGB value is (85,175,88). Sum of RGB (Red+Green+Blue) = 85+175+88=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF58 is #AA50A7. Grayscale: #8A8A8A. Windows color (decimal): -11161768 or 5812053. OLE color: 5812053.

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

Color convert

RGB8517588-
CMYK0.5100.500.31
HSL122º36%50.98%-
HSV(B)122º51.43%68.63%-
XYZ20.8433.314.56-
YUV138.1799.6890.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=24.43%
G=50.29%
B=25.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85175880.5100.500.311223650.98
Hex55AF58330321F7a2433
Octal12525713063062371724463
Binary10101011010111110110001100110110010111111111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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