#50A84F

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

Shades of Fruit Salad #50A84F

Tints of Fruit Salad #50A84F

Color information

#50A84F (or 0x50A84F) is unknown color: approx Fruit Salad. HEX triplet: 50, A8 and 4F. RGB value is (80,168,79). Sum of RGB (Red+Green+Blue) = 80+168+79=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #50A84F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A84F is #AF57B0. Grayscale: #838383. Windows color (decimal): -11491249 or 5220432. OLE color: 5220432.

HSL color Cylindrical-coordinate representation of color #50A84F: hue angle of 119.33º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A84F is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB8016879-
CMYK0.5200.530.34
HSL119.33º36.03%48.43%-
HSV(B)119.33º52.98%65.88%-
XYZ18.7230.2812.25-
YUV131.5498.3591.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 168 (66.02% from 255) = 51.38%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=24.46%
G=51.38%
B=24.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80168790.5200.530.34119.3336.0348.43
Hex50A84F3403522772430
Octal12025011764065421674460
Binary101000010101000100111111010001101011000101110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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