#50AA4B

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

Shades of Fruit Salad #50AA4B

Tints of Fruit Salad #50AA4B

Color information

#50AA4B (or 0x50AA4B) is unknown color: approx Fruit Salad. HEX triplet: 50, AA and 4B. RGB value is (80,170,75). Sum of RGB (Red+Green+Blue) = 80+170+75=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA4B is #AF55B4. Grayscale: #848484. Windows color (decimal): -11490741 or 4958800. OLE color: 4958800.

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

Color convert

RGB8017075-
CMYK0.5300.560.33
HSL116.84º38.78%48.04%-
HSV(B)116.84º55.88%66.67%-
XYZ18.9530.9611.63-
YUV132.2695.6890.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=24.62%
G=52.31%
B=23.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80170750.5300.560.33116.8438.7848.04
Hex50AA4B3503821752730
Octal12025211365070411654760
Binary101000010101010100101111010101110001000011110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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