#5DA955

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

Shades of Fruit Salad #5DA955

Tints of Fruit Salad #5DA955

Color information

#5DA955 (or 0x5DA955) is unknown color: approx Fruit Salad. HEX triplet: 5D, A9 and 55. RGB value is (93,169,85). Sum of RGB (Red+Green+Blue) = 93+169+85=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA955 is #A256AA. Grayscale: #888888. Windows color (decimal): -10639019 or 5613917. OLE color: 5613917.

HSL color Cylindrical-coordinate representation of color #5DA955: hue angle of 114.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DA955 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB9316985-
CMYK0.4500.500.34
HSL114.29º33.07%49.8%-
HSV(B)114.29º49.7%66.27%-
XYZ20.3431.3613.58-
YUV136.798.8296.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=26.80%
G=48.70%
B=24.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93169850.4500.500.34114.2933.0749.8
Hex5DA9552D03222722132
Octal13525112555062421624162
Binary101110110101001101010110110101100101000101110010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,169,85); }

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

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

 a { background-color: rgb(93,169,85); }

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

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

 span { border-color: rgb(93,169,85); }

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