#5DAD59

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

Shades of Fruit Salad #5DAD59

Tints of Fruit Salad #5DAD59

Color information

#5DAD59 (or 0x5DAD59) is unknown color: approx Fruit Salad. HEX triplet: 5D, AD and 59. RGB value is (93,173,89). Sum of RGB (Red+Green+Blue) = 93+173+89=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAD59 is #A252A6. Grayscale: #8B8B8B. Windows color (decimal): -10637991 or 5877085. OLE color: 5877085.

HSL color Cylindrical-coordinate representation of color #5DAD59: hue angle of 117.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DAD59 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB9317389-
CMYK0.4600.490.32
HSL117.14º33.87%51.37%-
HSV(B)117.14º48.55%67.84%-
XYZ21.2632.9414.69-
YUV139.599.594.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.20%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=26.20%
G=48.73%
B=25.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93173890.4600.490.32117.1433.8751.37
Hex5DAD592E03120752233
Octal13525513156061401654263
Binary101110110101101101100110111001100011000001110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,173,89); }

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

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

 a { background-color: rgb(93,173,89); }

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

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

 span { border-color: rgb(93,173,89); }

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