#5BA55E

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

Shades of Fruit Salad #5BA55E

Tints of Fruit Salad #5BA55E

Color information

#5BA55E (or 0x5BA55E) is unknown color: approx Fruit Salad. HEX triplet: 5B, A5 and 5E. RGB value is (91,165,94). Sum of RGB (Red+Green+Blue) = 91+165+94=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA55E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA55E is #A45AA1. Grayscale: #868686. Windows color (decimal): -10771106 or 6202715. OLE color: 6202715.

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

Color convert

RGB9116594-
CMYK0.4500.430.35
HSL122.43º29.13%50.2%-
HSV(B)122.43º44.85%64.71%-
XYZ19.7929.9415.33-
YUV134.78104.9896.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 165 (64.84% from 255) = 47.14%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=26%
G=47.14%
B=26.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165940.4500.430.35122.4329.1350.2
Hex5BA55E2D02B237a1d32
Octal13324513655053431723562
Binary10110111010010110111101011010101011100011111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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