#5B9E5A

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

Shades of Fruit Salad #5B9E5A

Tints of Fruit Salad #5B9E5A

Color information

#5B9E5A (or 0x5B9E5A) is unknown color: approx Fruit Salad. HEX triplet: 5B, 9E and 5A. RGB value is (91,158,90). Sum of RGB (Red+Green+Blue) = 91+158+90=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9E5A is #A461A5. Grayscale: #828282. Windows color (decimal): -10772902 or 5938779. OLE color: 5938779.

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

Color convert

RGB9115890-
CMYK0.4200.430.38
HSL119.12º27.42%48.63%-
HSV(B)119.12º43.04%61.96%-
XYZ18.3927.4214-
YUV130.22105.3100.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.84%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=26.84%
G=46.61%
B=26.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91158900.4200.430.38119.1227.4248.63
Hex5B9E5A2A02B26771b31
Octal13323613252053461673361
Binary10110111001111010110101010100101011100110111011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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