#50A84B

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

Shades of Fruit Salad #50A84B

Tints of Fruit Salad #50A84B

Color information

#50A84B (or 0x50A84B) is unknown color: approx Fruit Salad. HEX triplet: 50, A8 and 4B. RGB value is (80,168,75). Sum of RGB (Red+Green+Blue) = 80+168+75=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #50A84B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A84B is #AF57B4. Grayscale: #838383. Windows color (decimal): -11491253 or 4958288. OLE color: 4958288.

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

Color convert

RGB8016875-
CMYK0.5200.550.34
HSL116.77º38.27%47.65%-
HSV(B)116.77º55.36%65.88%-
XYZ18.5830.2211.51-
YUV131.0996.3591.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 168 (66.02% from 255) = 52.01%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=24.77%
G=52.01%
B=23.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80168750.5200.550.34116.7738.2747.65
Hex50A84B3403722752630
Octal12025011364067421654660
Binary101000010101000100101111010001101111000101110101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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