#50914F

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

Shades of Fruit Salad #50914F

Tints of Fruit Salad #50914F

Color information

#50914F (or 0x50914F) is unknown color: approx Fruit Salad. HEX triplet: 50, 91 and 4F. RGB value is (80,145,79). Sum of RGB (Red+Green+Blue) = 80+145+79=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #50914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50914F is #AF6EB0. Grayscale: #767676. Windows color (decimal): -11497137 or 5214544. OLE color: 5214544.

HSL color Cylindrical-coordinate representation of color #50914F: hue angle of 119.09º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50914F is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB8014579-
CMYK0.4500.460.43
HSL119.09º29.46%43.92%-
HSV(B)119.09º45.52%56.86%-
XYZ14.8422.5210.96-
YUV118.04105.97100.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=26.32%
G=47.70%
B=25.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145790.4500.460.43119.0929.4643.92
Hex50914F2D02E2B771d2c
Octal12022111755056531673554
Binary10100001001000110011111011010101110101011111011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50914F; }

 p { color: rgb(80,145,79); }

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

<style>
 a { background-color: #50914F; }

 a { background-color: rgb(80,145,79); }

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

<style>
 span { border-color: #50914F; }

 span { border-color: rgb(80,145,79); }

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