#5BA854

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

Shades of Fruit Salad #5BA854

Tints of Fruit Salad #5BA854

Color information

#5BA854 (or 0x5BA854) is unknown color: approx Fruit Salad. HEX triplet: 5B, A8 and 54. RGB value is (91,168,84). Sum of RGB (Red+Green+Blue) = 91+168+84=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA854 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA854 is #A457AB. Grayscale: #878787. Windows color (decimal): -10770348 or 5548123. OLE color: 5548123.

HSL color Cylindrical-coordinate representation of color #5BA854: hue angle of 115º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BA854 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB9116884-
CMYK0.4600.50.34
HSL115º33.33%49.41%-
HSV(B)115º50%65.88%-
XYZ19.9230.8713.3-
YUV135.498.9996.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.53%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=26.53%
G=48.98%
B=24.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91168840.4600.50.3411533.3349.41
Hex5BA8542E03222732131
Octal13325012456062421634161
Binary101101110101000101010010111001100101000101110011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,168,84); }

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

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

 a { background-color: rgb(91,168,84); }

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

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

 span { border-color: rgb(91,168,84); }

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