#5BA158

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

Shades of Fruit Salad #5BA158

Tints of Fruit Salad #5BA158

Color information

#5BA158 (or 0x5BA158) is unknown color: approx Fruit Salad. HEX triplet: 5B, A1 and 58. RGB value is (91,161,88). Sum of RGB (Red+Green+Blue) = 91+161+88=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA158 is #A45EA7. Grayscale: #838383. Windows color (decimal): -10772136 or 5808475. OLE color: 5808475.

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

Color convert

RGB9116188-
CMYK0.4300.450.37
HSL117.53º29.32%48.82%-
HSV(B)117.53º45.34%63.14%-
XYZ18.8228.4213.73-
YUV131.75103.3198.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.76%
GREEN value IS 161 (63.28% from 255) = 47.35%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=26.76%
G=47.35%
B=25.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91161880.4300.450.37117.5329.3248.82
Hex5BA1582B02D25761d31
Octal13324113053055451663561
Binary10110111010000110110001010110101101100101111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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