#509D4E

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

Shades of Fruit Salad #509D4E

Tints of Fruit Salad #509D4E

Color information

#509D4E (or 0x509D4E) is unknown color: approx Fruit Salad. HEX triplet: 50, 9D and 4E. RGB value is (80,157,78). Sum of RGB (Red+Green+Blue) = 80+157+78=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #509D4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D4E is #AF62B1. Grayscale: #7D7D7D. Windows color (decimal): -11494066 or 5152080. OLE color: 5152080.

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

Color convert

RGB8015778-
CMYK0.4900.500.38
HSL118.48º33.62%46.08%-
HSV(B)118.48º50.32%61.57%-
XYZ16.7426.3711.42-
YUV124.97101.4995.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=25.40%
G=49.84%
B=24.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80157780.4900.500.38118.4833.6246.08
Hex509D4E310322676222e
Octal12023511661062461664256
Binary101000010011101100111011000101100101001101110110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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