#5BA15C

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

Shades of Fruit Salad #5BA15C

Tints of Fruit Salad #5BA15C

Color information

#5BA15C (or 0x5BA15C) is unknown color: approx Fruit Salad. HEX triplet: 5B, A1 and 5C. RGB value is (91,161,92). Sum of RGB (Red+Green+Blue) = 91+161+92=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA15C is #A45EA3. Grayscale: #848484. Windows color (decimal): -10772132 or 6070619. OLE color: 6070619.

HSL color Cylindrical-coordinate representation of color #5BA15C: hue angle of 120.86º 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 #5BA15C is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB9116192-
CMYK0.4300.430.37
HSL120.86º27.78%49.41%-
HSV(B)120.86º43.48%63.14%-
XYZ18.9928.4914.62-
YUV132.2105.3198.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 161 (63.28% from 255) = 46.80%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=26.45%
G=46.80%
B=26.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91161920.4300.430.37120.8627.7849.41
Hex5BA15C2B02B25791c31
Octal13324113453053451713461
Binary10110111010000110111001010110101011100101111100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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