#5BAA58

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

Shades of Fruit Salad #5BAA58

Tints of Fruit Salad #5BAA58

Color information

#5BAA58 (or 0x5BAA58) is unknown color: approx Fruit Salad. HEX triplet: 5B, AA and 58. RGB value is (91,170,88). Sum of RGB (Red+Green+Blue) = 91+170+88=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA58 is #A455A7. Grayscale: #898989. Windows color (decimal): -10769832 or 5810779. OLE color: 5810779.

HSL color Cylindrical-coordinate representation of color #5BAA58: hue angle of 117.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAA58 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB9117088-
CMYK0.4600.480.33
HSL117.8º32.54%50.59%-
HSV(B)117.8º48.24%66.67%-
XYZ20.4531.6814.27-
YUV137.03100.3395.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.07%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=26.07%
G=48.71%
B=25.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91170880.4600.480.33117.832.5450.59
Hex5BAA582E03021762133
Octal13325213056060411664163
Binary101101110101010101100010111001100001000011110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,170,88); }

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

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

 a { background-color: rgb(91,170,88); }

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

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

 span { border-color: rgb(91,170,88); }

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