#50AA4F

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

Shades of Fruit Salad #50AA4F

Tints of Fruit Salad #50AA4F

Color information

#50AA4F (or 0x50AA4F) is unknown color: approx Fruit Salad. HEX triplet: 50, AA and 4F. RGB value is (80,170,79). Sum of RGB (Red+Green+Blue) = 80+170+79=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AA4F is #AF55B0. Grayscale: #848484. Windows color (decimal): -11490737 or 5220944. OLE color: 5220944.

HSL color Cylindrical-coordinate representation of color #50AA4F: hue angle of 119.34º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AA4F is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB8017079-
CMYK0.5300.540.33
HSL119.34º36.55%48.82%-
HSV(B)119.34º53.53%66.67%-
XYZ19.0931.0212.38-
YUV132.7297.6890.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=24.32%
G=51.67%
B=24.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80170790.5300.540.33119.3436.5548.82
Hex50AA4F3503621772531
Octal12025211765066411674561
Binary101000010101010100111111010101101101000011110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AA4F; }

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

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

<style>
 a { background-color: #50AA4F; }

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

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

<style>
 span { border-color: #50AA4F; }

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

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