#5FA45C

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

Shades of Fruit Salad #5FA45C

Tints of Fruit Salad #5FA45C

Color information

#5FA45C (or 0x5FA45C) is unknown color: approx Fruit Salad. HEX triplet: 5F, A4 and 5C. RGB value is (95,164,92). Sum of RGB (Red+Green+Blue) = 95+164+92=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA45C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA45C is #A05BA3. Grayscale: #878787. Windows color (decimal): -10509220 or 6071391. OLE color: 6071391.

HSL color Cylindrical-coordinate representation of color #5FA45C: hue angle of 117.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA45C is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB9516492-
CMYK0.4200.440.36
HSL117.5º28.35%50.2%-
HSV(B)117.5º43.9%64.31%-
XYZ19.9329.7614.82-
YUV135.16103.6499.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=27.07%
G=46.72%
B=26.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95164920.4200.440.36117.528.3550.2
Hex5FA45C2A02C24761c32
Octal13724413452054441663462
Binary10111111010010010111001010100101100100100111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,164,92); }

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

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

 a { background-color: rgb(95,164,92); }

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

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

 span { border-color: rgb(95,164,92); }

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