#5DA156

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

Shades of Fruit Salad #5DA156

Tints of Fruit Salad #5DA156

Color information

#5DA156 (or 0x5DA156) is unknown color: approx Fruit Salad. HEX triplet: 5D, A1 and 56. RGB value is (93,161,86). Sum of RGB (Red+Green+Blue) = 93+161+86=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA156 is #A25EA9. Grayscale: #848484. Windows color (decimal): -10641066 or 5677405. OLE color: 5677405.

HSL color Cylindrical-coordinate representation of color #5DA156: hue angle of 114.4º degrees, saturation: 0.3, 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 #5DA156 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB9316186-
CMYK0.4200.470.37
HSL114.4º30.36%48.43%-
HSV(B)114.4º46.58%63.14%-
XYZ18.9428.4913.3-
YUV132.12101.97100.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.35%
GREEN value IS 161 (63.28% from 255) = 47.35%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=27.35%
G=47.35%
B=25.29%

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
Decimal93161860.4200.470.37114.430.3648.43
Hex5DA1562A02F25721e30
Octal13524112652057451623660
Binary10111011010000110101101010100101111100101111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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