#5FA45D

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

Shades of Fruit Salad #5FA45D

Tints of Fruit Salad #5FA45D

Color information

#5FA45D (or 0x5FA45D) is unknown color: approx Fruit Salad. HEX triplet: 5F, A4 and 5D. RGB value is (95,164,93). Sum of RGB (Red+Green+Blue) = 95+164+93=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA45D is #A05BA2. Grayscale: #878787. Windows color (decimal): -10509219 or 6136927. OLE color: 6136927.

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

Color convert

RGB9516493-
CMYK0.4200.430.36
HSL118.31º28.06%50.39%-
HSV(B)118.31º43.29%64.31%-
XYZ19.9729.7715.05-
YUV135.28104.1499.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 164 (64.45% from 255) = 46.59%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=26.99%
G=46.59%
B=26.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95164930.4200.430.36118.3128.0650.39
Hex5FA45D2A02B24761c32
Octal13724413552053441663462
Binary10111111010010010111011010100101011100100111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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