#5FA45A

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

Shades of Fruit Salad #5FA45A

Tints of Fruit Salad #5FA45A

Color information

#5FA45A (or 0x5FA45A) is unknown color: approx Fruit Salad. HEX triplet: 5F, A4 and 5A. RGB value is (95,164,90). Sum of RGB (Red+Green+Blue) = 95+164+90=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA45A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA45A is #A05BA5. Grayscale: #878787. Windows color (decimal): -10509222 or 5940319. OLE color: 5940319.

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

Color convert

RGB9516490-
CMYK0.4200.450.36
HSL115.95º29.13%49.8%-
HSV(B)115.95º45.12%64.31%-
XYZ19.8429.7214.36-
YUV134.93102.6499.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=27.22%
G=46.99%
B=25.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95164900.4200.450.36115.9529.1349.8
Hex5FA45A2A02D24741d32
Octal13724413252055441643562
Binary10111111010010010110101010100101101100100111010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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