#5FA85B

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

Shades of Fruit Salad #5FA85B

Tints of Fruit Salad #5FA85B

Color information

#5FA85B (or 0x5FA85B) is unknown color: approx Fruit Salad. HEX triplet: 5F, A8 and 5B. RGB value is (95,168,91). Sum of RGB (Red+Green+Blue) = 95+168+91=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA85B is #A057A4. Grayscale: #898989. Windows color (decimal): -10508197 or 6006879. OLE color: 6006879.

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

Color convert

RGB9516891-
CMYK0.4300.460.34
HSL116.88º30.68%50.78%-
HSV(B)116.88º45.83%65.88%-
XYZ20.6131.1914.83-
YUV137.4101.8297.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=26.84%
G=47.46%
B=25.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95168910.4300.460.34116.8830.6850.78
Hex5FA85B2B02E22751f33
Octal13725013353056421653763
Binary10111111010100010110111010110101110100010111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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