#5ba55d

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

Shades of Fruit Salad #5BA55D

Tints of Fruit Salad #5BA55D

Color information

#5BA55D (or 0x5BA55D) is unknown color: approx Fruit Salad. HEX triplet: 5B, A5 and 5D. RGB value is (91,165,93). Sum of RGB (Red+Green+Blue) = 91+165+93=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA55D is #A45AA2. Grayscale: #868686. Windows color (decimal): -10771107 or 6137179. OLE color: 6137179.

HSL color Cylindrical-coordinate representation of color #5BA55D: hue angle of 121.62º 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 #5BA55D is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB9116593-
CMYK0.4500.440.35
HSL121.62º29.13%50.2%-
HSV(B)121.62º44.85%64.71%-
XYZ19.7529.9215.09-
YUV134.67104.4896.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.07%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=26.07%
G=47.28%
B=26.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165930.4500.440.35121.6229.1350.2
Hex5BA55D2D02C237a1d32
Octal13324513555054431723562
Binary10110111010010110111011011010101100100011111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ba55d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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