#509F4E

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

Shades of Fruit Salad #509F4E

Tints of Fruit Salad #509F4E

Color information

#509F4E (or 0x509F4E) is unknown color: approx Fruit Salad. HEX triplet: 50, 9F and 4E. RGB value is (80,159,78). Sum of RGB (Red+Green+Blue) = 80+159+78=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #509F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F4E is #AF60B1. Grayscale: #7E7E7E. Windows color (decimal): -11493554 or 5152592. OLE color: 5152592.

HSL color Cylindrical-coordinate representation of color #509F4E: hue angle of 118.52º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #509F4E is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB8015978-
CMYK0.5000.510.38
HSL118.52º34.18%46.47%-
HSV(B)118.52º50.94%62.35%-
XYZ17.0827.0511.53-
YUV126.14100.8395.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=25.24%
G=50.16%
B=24.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80159780.5000.510.38118.5234.1846.47
Hex509F4E320332677222e
Octal12023711662063461674256
Binary101000010011111100111011001001100111001101110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509F4E; }

 p { color: rgb(80,159,78); }

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

<style>
 a { background-color: #509F4E; }

 a { background-color: rgb(80,159,78); }

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

<style>
 span { border-color: #509F4E; }

 span { border-color: rgb(80,159,78); }

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