#5BA25A

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

Shades of Fruit Salad #5BA25A

Tints of Fruit Salad #5BA25A

Color information

#5BA25A (or 0x5BA25A) is unknown color: approx Fruit Salad. HEX triplet: 5B, A2 and 5A. RGB value is (91,162,90). Sum of RGB (Red+Green+Blue) = 91+162+90=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA25A is #A45DA5. Grayscale: #848484. Windows color (decimal): -10771878 or 5939803. OLE color: 5939803.

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

Color convert

RGB9116290-
CMYK0.4400.440.36
HSL119.17º28.57%49.41%-
HSV(B)119.17º44.44%63.53%-
XYZ19.0828.814.23-
YUV132.56103.9898.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.53%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=26.53%
G=47.23%
B=26.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91162900.4400.440.36119.1728.5749.41
Hex5BA25A2C02C24771d31
Octal13324213254054441673561
Binary10110111010001010110101011000101100100100111011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,162,90); }

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

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

 a { background-color: rgb(91,162,90); }

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

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

 span { border-color: rgb(91,162,90); }

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