#5FA65A

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

Shades of Fruit Salad #5FA65A

Tints of Fruit Salad #5FA65A

Color information

#5FA65A (or 0x5FA65A) is unknown color: approx Fruit Salad. HEX triplet: 5F, A6 and 5A. RGB value is (95,166,90). Sum of RGB (Red+Green+Blue) = 95+166+90=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA65A is #A059A5. Grayscale: #888888. Windows color (decimal): -10508710 or 5940831. OLE color: 5940831.

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

Color convert

RGB9516690-
CMYK0.4300.460.35
HSL116.05º29.92%50.2%-
HSV(B)116.05º45.78%65.1%-
XYZ20.230.4414.48-
YUV136.11101.9898.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=27.07%
G=47.29%
B=25.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95166900.4300.460.35116.0529.9250.2
Hex5FA65A2B02E23741e32
Octal13724613253056431643662
Binary10111111010011010110101010110101110100011111010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,90); }

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

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

 a { background-color: rgb(95,166,90); }

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

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

 span { border-color: rgb(95,166,90); }

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