#5DA459

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

Shades of Fruit Salad #5DA459

Tints of Fruit Salad #5DA459

Color information

#5DA459 (or 0x5DA459) is unknown color: approx Fruit Salad. HEX triplet: 5D, A4 and 59. RGB value is (93,164,89). Sum of RGB (Red+Green+Blue) = 93+164+89=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA459 is #A25BA6. Grayscale: #868686. Windows color (decimal): -10640295 or 5874781. OLE color: 5874781.

HSL color Cylindrical-coordinate representation of color #5DA459: hue angle of 116.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA459 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB9316489-
CMYK0.4300.460.36
HSL116.8º29.64%49.61%-
HSV(B)116.8º45.73%64.31%-
XYZ19.5929.614.13-
YUV134.22102.4898.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=26.88%
G=47.40%
B=25.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93164890.4300.460.36116.829.6449.61
Hex5DA4592B02E24751e32
Octal13524413153056441653662
Binary10111011010010010110011010110101110100100111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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