#59AF58

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

Shades of Fruit Salad #59AF58

Tints of Fruit Salad #59AF58

Color information

#59AF58 (or 0x59AF58) is unknown color: approx Fruit Salad. HEX triplet: 59, AF and 58. RGB value is (89,175,88). Sum of RGB (Red+Green+Blue) = 89+175+88=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF58 is #A650A7. Grayscale: #8B8B8B. Windows color (decimal): -10899624 or 5812057. OLE color: 5812057.

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

Color convert

RGB8917588-
CMYK0.4900.500.31
HSL119.31º35.22%51.57%-
HSV(B)119.31º49.71%68.63%-
XYZ21.2133.4914.58-
YUV139.3799.0192.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 175 (68.75% from 255) = 49.72%
BLUE value IS 88 (34.77% from 255) = 25%
R=25.28%
G=49.72%
B=25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89175880.4900.500.31119.3135.2251.57
Hex59AF58310321F772334
Octal13125713061062371674364
Binary10110011010111110110001100010110010111111110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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