#5BA45D

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

Shades of Fruit Salad #5BA45D

Tints of Fruit Salad #5BA45D

Color information

#5BA45D (or 0x5BA45D) is unknown color: approx Fruit Salad. HEX triplet: 5B, A4 and 5D. RGB value is (91,164,93). Sum of RGB (Red+Green+Blue) = 91+164+93=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA45D is #A45BA2. Grayscale: #868686. Windows color (decimal): -10771363 or 6136923. OLE color: 6136923.

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

Color convert

RGB9116493-
CMYK0.4500.430.36
HSL121.64º28.63%50%-
HSV(B)121.64º44.51%64.31%-
XYZ19.5729.5715.03-
YUV134.08104.8297.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=26.15%
G=47.13%
B=26.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91164930.4500.430.36121.6428.6350
Hex5BA45D2D02B247a1d32
Octal13324413555053441723562
Binary10110111010010010111011011010101011100100111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,164,93); }

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

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

 a { background-color: rgb(91,164,93); }

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

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

 span { border-color: rgb(91,164,93); }

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