#5BA75F

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

Shades of Fruit Salad #5BA75F

Tints of Fruit Salad #5BA75F

Color information

#5BA75F (or 0x5BA75F) is unknown color: approx Fruit Salad. HEX triplet: 5B, A7 and 5F. RGB value is (91,167,95). Sum of RGB (Red+Green+Blue) = 91+167+95=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA75F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA75F is #A458A0. Grayscale: #888888. Windows color (decimal): -10770593 or 6268763. OLE color: 6268763.

HSL color Cylindrical-coordinate representation of color #5BA75F: hue angle of 123.16º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA75F is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB9116795-
CMYK0.4600.430.35
HSL123.16º30.16%50.59%-
HSV(B)123.16º45.51%65.49%-
XYZ20.230.6915.69-
YUV136.07104.8295.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=25.78%
G=47.31%
B=26.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91167950.4600.430.35123.1630.1650.59
Hex5BA75F2E02B237b1e33
Octal13324713756053431733663
Binary10110111010011110111111011100101011100011111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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