#5b9e56

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

Shades of Fruit Salad #5B9E56

Tints of Fruit Salad #5B9E56

Color information

#5B9E56 (or 0x5B9E56) is unknown color: approx Fruit Salad. HEX triplet: 5B, 9E and 56. RGB value is (91,158,86). Sum of RGB (Red+Green+Blue) = 91+158+86=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9E56 is #A461A9. Grayscale: #818181. Windows color (decimal): -10772906 or 5676635. OLE color: 5676635.

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

Color convert

RGB9115886-
CMYK0.4200.460.38
HSL115.83º29.51%47.84%-
HSV(B)115.83º45.57%61.96%-
XYZ18.2227.3513.12-
YUV129.76103.3100.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=27.16%
G=47.16%
B=25.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91158860.4200.460.38115.8329.5147.84
Hex5B9E562A02E26741e30
Octal13323612652056461643660
Binary10110111001111010101101010100101110100110111010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b9e56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,158,86); }

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

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

 a { background-color: rgb(91,158,86); }

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

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

 span { border-color: rgb(91,158,86); }

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