#509F5A

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

Shades of Fruit Salad #509F5A

Tints of Fruit Salad #509F5A

Color information

#509F5A (or 0x509F5A) is unknown color: approx Fruit Salad. HEX triplet: 50, 9F and 5A. RGB value is (80,159,90). Sum of RGB (Red+Green+Blue) = 80+159+90=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #509F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F5A is #AF60A5. Grayscale: #7F7F7F. Windows color (decimal): -11493542 or 5939024. OLE color: 5939024.

HSL color Cylindrical-coordinate representation of color #509F5A: hue angle of 127.59º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F5A is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB8015990-
CMYK0.5000.430.38
HSL127.59º33.05%46.86%-
HSV(B)127.59º49.69%62.35%-
XYZ17.5527.2414.01-
YUV127.51106.8394.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=24.32%
G=48.33%
B=27.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80159900.5000.430.38127.5933.0546.86
Hex509F5A3202B2680212f
Octal12023713262053462004157
Binary1010000100111111011010110010010101110011010000000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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