#50B84F

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

Shades of Fruit Salad #50B84F

Tints of Fruit Salad #50B84F

Color information

#50B84F (or 0x50B84F) is unknown color: approx Fruit Salad. HEX triplet: 50, B8 and 4F. RGB value is (80,184,79). Sum of RGB (Red+Green+Blue) = 80+184+79=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #50B84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B84F is #AF47B0. Grayscale: #8D8D8D. Windows color (decimal): -11487153 or 5224528. OLE color: 5224528.

HSL color Cylindrical-coordinate representation of color #50B84F: hue angle of 119.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B84F is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB8018479-
CMYK0.5700.570.28
HSL119.43º42.51%51.57%-
HSV(B)119.43º57.07%72.16%-
XYZ21.8636.5513.3-
YUV140.9393.0484.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 184 (72.27% from 255) = 53.64%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=23.32%
G=53.64%
B=23.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80184790.5700.570.28119.4342.5151.57
Hex50B84F390391C772b34
Octal12027011771071341675364
Binary10100001011100010011111110010111001111001110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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