#5BA15F

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

Shades of Fruit Salad #5BA15F

Tints of Fruit Salad #5BA15F

Color information

#5BA15F (or 0x5BA15F) is unknown color: approx Fruit Salad. HEX triplet: 5B, A1 and 5F. RGB value is (91,161,95). Sum of RGB (Red+Green+Blue) = 91+161+95=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA15F is #A45EA0. Grayscale: #848484. Windows color (decimal): -10772129 or 6267227. OLE color: 6267227.

HSL color Cylindrical-coordinate representation of color #5BA15F: hue angle of 123.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA15F is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB9116195-
CMYK0.4300.410.37
HSL123.43º27.78%49.41%-
HSV(B)123.43º43.48%63.14%-
XYZ19.1228.5415.33-
YUV132.55106.8198.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=26.22%
G=46.40%
B=27.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91161950.4300.410.37123.4327.7849.41
Hex5BA15F2B029257b1c31
Octal13324113753051451733461
Binary10110111010000110111111010110101001100101111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,161,95); }

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

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

 a { background-color: rgb(91,161,95); }

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

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

 span { border-color: rgb(91,161,95); }

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