#5DA155

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

Shades of Fruit Salad #5DA155

Tints of Fruit Salad #5DA155

Color information

#5DA155 (or 0x5DA155) is unknown color: approx Fruit Salad. HEX triplet: 5D, A1 and 55. RGB value is (93,161,85). Sum of RGB (Red+Green+Blue) = 93+161+85=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA155 is #A25EAA. Grayscale: #848484. Windows color (decimal): -10641067 or 5611869. OLE color: 5611869.

HSL color Cylindrical-coordinate representation of color #5DA155: hue angle of 113.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DA155 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB9316185-
CMYK0.4200.470.37
HSL113.68º30.89%48.24%-
HSV(B)113.68º47.2%63.14%-
XYZ18.928.4713.09-
YUV132101.47100.18-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.43%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=27.43%
G=47.49%
B=25.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93161850.4200.470.37113.6830.8948.24
Hex5DA1552A02F25721f30
Octal13524112552057451623760
Binary10111011010000110101011010100101111100101111001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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