#5b9f55

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

Shades of Fruit Salad #5B9F55

Tints of Fruit Salad #5B9F55

Color information

#5B9F55 (or 0x5B9F55) is unknown color: approx Fruit Salad. HEX triplet: 5B, 9F and 55. RGB value is (91,159,85). Sum of RGB (Red+Green+Blue) = 91+159+85=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9F55 is #A460AA. Grayscale: #828282. Windows color (decimal): -10772651 or 5611355. OLE color: 5611355.

HSL color Cylindrical-coordinate representation of color #5B9F55: hue angle of 115.14º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B9F55 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB9115985-
CMYK0.4300.470.38
HSL115.14º30.33%47.84%-
HSV(B)115.14º46.54%62.35%-
XYZ18.3527.6812.97-
YUV130.23102.47100.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=27.16%
G=47.46%
B=25.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91159850.4300.470.38115.1430.3347.84
Hex5B9F552B02F26731e30
Octal13323712553057461633660
Binary10110111001111110101011010110101111100110111001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b9f55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,159,85); }

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

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

 a { background-color: rgb(91,159,85); }

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

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

 span { border-color: rgb(91,159,85); }

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