#5DA759

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

Shades of Fruit Salad #5DA759

Tints of Fruit Salad #5DA759

Color information

#5DA759 (or 0x5DA759) is unknown color: approx Fruit Salad. HEX triplet: 5D, A7 and 59. RGB value is (93,167,89). Sum of RGB (Red+Green+Blue) = 93+167+89=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA759 is #A258A6. Grayscale: #888888. Windows color (decimal): -10639527 or 5875549. OLE color: 5875549.

HSL color Cylindrical-coordinate representation of color #5DA759: hue angle of 116.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DA759 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB9316789-
CMYK0.4400.470.35
HSL116.92º30.71%50.2%-
HSV(B)116.92º46.71%65.49%-
XYZ20.1430.6914.31-
YUV135.98101.4897.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.65%
GREEN value IS 167 (65.62% from 255) = 47.85%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=26.65%
G=47.85%
B=25.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93167890.4400.470.35116.9230.7150.2
Hex5DA7592C02F23751f32
Octal13524713154057431653762
Binary10111011010011110110011011000101111100011111010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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