#50AC4D

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

Shades of Fruit Salad #50AC4D

Tints of Fruit Salad #50AC4D

Color information

#50AC4D (or 0x50AC4D) is unknown color: approx Fruit Salad. HEX triplet: 50, AC and 4D. RGB value is (80,172,77). Sum of RGB (Red+Green+Blue) = 80+172+77=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC4D is #AF53B2. Grayscale: #858585. Windows color (decimal): -11490227 or 5090384. OLE color: 5090384.

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

Color convert

RGB8017277-
CMYK0.5300.550.33
HSL118.11º38.15%48.82%-
HSV(B)118.11º55.23%67.45%-
XYZ19.431.7512.13-
YUV133.6696.0289.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 172 (67.58% from 255) = 52.28%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=24.32%
G=52.28%
B=23.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172770.5300.550.33118.1138.1548.82
Hex50AC4D3503721762631
Octal12025411565067411664661
Binary101000010101100100110111010101101111000011110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,172,77); }

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

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

 a { background-color: rgb(80,172,77); }

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

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

 span { border-color: rgb(80,172,77); }

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