#5E9F60

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

Shades of Fruit Salad #5E9F60

Tints of Fruit Salad #5E9F60

Color information

#5E9F60 (or 0x5E9F60) is unknown color: approx Fruit Salad. HEX triplet: 5E, 9F and 60. RGB value is (94,159,96). Sum of RGB (Red+Green+Blue) = 94+159+96=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F60 is #A1609F. Grayscale: #848484. Windows color (decimal): -10576032 or 6332254. OLE color: 6332254.

HSL color Cylindrical-coordinate representation of color #5E9F60: hue angle of 121.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F60 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9415996-
CMYK0.4100.400.38
HSL121.85º25.69%49.61%-
HSV(B)121.85º40.88%62.35%-
XYZ19.1328.0215.47-
YUV132.38107.47100.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 159 (62.5% from 255) = 45.56%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=26.93%
G=45.56%
B=27.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94159960.4100.400.38121.8525.6949.61
Hex5E9F6029028267a1a32
Octal13623714051050461723262
Binary10111101001111111000001010010101000100110111101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,96); }

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

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

 a { background-color: rgb(94,159,96); }

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

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

 span { border-color: rgb(94,159,96); }

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