#5FAA59

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

Shades of Fruit Salad #5FAA59

Tints of Fruit Salad #5FAA59

Color information

#5FAA59 (or 0x5FAA59) is unknown color: approx Fruit Salad. HEX triplet: 5F, AA and 59. RGB value is (95,170,89). Sum of RGB (Red+Green+Blue) = 95+170+89=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAA59 is #A055A6. Grayscale: #8A8A8A. Windows color (decimal): -10507687 or 5876319. OLE color: 5876319.

HSL color Cylindrical-coordinate representation of color #5FAA59: hue angle of 115.56º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FAA59 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB9517089-
CMYK0.4400.480.33
HSL115.56º32.27%50.78%-
HSV(B)115.56º47.65%66.67%-
XYZ20.931.914.51-
YUV138.34100.1597.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=26.84%
G=48.02%
B=25.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170890.4400.480.33115.5632.2750.78
Hex5FAA592C03021742033
Octal13725213154060411644063
Binary101111110101010101100110110001100001000011110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAA59; }

 p { color: rgb(95,170,89); }

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

<style>
 a { background-color: #5FAA59; }

 a { background-color: rgb(95,170,89); }

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

<style>
 span { border-color: #5FAA59; }

 span { border-color: rgb(95,170,89); }

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