#5BA95E

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

Shades of Fruit Salad #5BA95E

Tints of Fruit Salad #5BA95E

Color information

#5BA95E (or 0x5BA95E) is unknown color: approx Fruit Salad. HEX triplet: 5B, A9 and 5E. RGB value is (91,169,94). Sum of RGB (Red+Green+Blue) = 91+169+94=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA95E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA95E is #A456A1. Grayscale: #898989. Windows color (decimal): -10770082 or 6203739. OLE color: 6203739.

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

Color convert

RGB9116994-
CMYK0.4600.440.34
HSL122.31º31.2%50.98%-
HSV(B)122.31º46.15%66.27%-
XYZ20.5231.4115.57-
YUV137.13103.6695.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.71%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=25.71%
G=47.74%
B=26.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91169940.4600.440.34122.3131.250.98
Hex5BA95E2E02C227a1f33
Octal13325113656054421723763
Binary10110111010100110111101011100101100100010111101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,169,94); }

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

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

 a { background-color: rgb(91,169,94); }

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

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

 span { border-color: rgb(91,169,94); }

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