#5B9A5F

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

Shades of Fruit Salad #5B9A5F

Tints of Fruit Salad #5B9A5F

Color information

#5B9A5F (or 0x5B9A5F) is unknown color: approx Fruit Salad. HEX triplet: 5B, 9A and 5F. RGB value is (91,154,95). Sum of RGB (Red+Green+Blue) = 91+154+95=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #5B9A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9A5F is #A465A0. Grayscale: #808080. Windows color (decimal): -10773921 or 6265435. OLE color: 6265435.

HSL color Cylindrical-coordinate representation of color #5B9A5F: hue angle of 123.81º degrees, saturation: 0.26, 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 #5B9A5F is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB9115495-
CMYK0.4100.380.40
HSL123.81º25.71%48.04%-
HSV(B)123.81º40.91%60.39%-
XYZ17.9426.1614.93-
YUV128.44109.13101.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.76%
GREEN value IS 154 (60.55% from 255) = 45.29%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=26.76%
G=45.29%
B=27.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91154950.4100.380.40123.8125.7148.04
Hex5B9A5F29026287c1a30
Octal13323213751046501743260
Binary10110111001101010111111010010100110101000111110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,154,95); }

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

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

 a { background-color: rgb(91,154,95); }

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

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

 span { border-color: rgb(91,154,95); }

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