#50B853

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

Shades of Fruit Salad #50B853

Tints of Fruit Salad #50B853

Color information

#50B853 (or 0x50B853) is unknown color: approx Fruit Salad. HEX triplet: 50, B8 and 53. RGB value is (80,184,83). Sum of RGB (Red+Green+Blue) = 80+184+83=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #50B853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B853 is #AF47AC. Grayscale: #8D8D8D. Windows color (decimal): -11487149 or 5486672. OLE color: 5486672.

HSL color Cylindrical-coordinate representation of color #50B853: hue angle of 121.73º degrees, saturation: 0.42, 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 #50B853 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB8018483-
CMYK0.5700.550.28
HSL121.73º42.28%51.76%-
HSV(B)121.73º56.52%72.16%-
XYZ22.0136.6114.09-
YUV141.3995.0484.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 184 (72.27% from 255) = 53.03%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=23.05%
G=53.03%
B=23.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80184830.5700.550.28121.7342.2851.76
Hex50B853390371C7a2a34
Octal12027012371067341725264
Binary10100001011100010100111110010110111111001111010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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