#5B9960

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

Shades of Fruit Salad #5B9960

Tints of Fruit Salad #5B9960

Color information

#5B9960 (or 0x5B9960) is unknown color: approx Fruit Salad. HEX triplet: 5B, 99 and 60. RGB value is (91,153,96). Sum of RGB (Red+Green+Blue) = 91+153+96=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9960 is #A4669F. Grayscale: #808080. Windows color (decimal): -10774176 or 6330715. OLE color: 6330715.

HSL color Cylindrical-coordinate representation of color #5B9960: hue angle of 124.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9960 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB9115396-
CMYK0.4100.370.4
HSL124.84º25.41%47.84%-
HSV(B)124.84º40.52%60%-
XYZ17.8225.8515.12-
YUV127.96109.96101.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.76%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=26.76%
G=45%
B=28.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91153960.4100.370.4124.8425.4147.84
Hex5B996029025287d1930
Octal13323114051045501753160
Binary10110111001100111000001010010100101101000111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,153,96); }

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

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

 a { background-color: rgb(91,153,96); }

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

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

 span { border-color: rgb(91,153,96); }

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