#50BE50

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

Shades of Fruit Salad #50BE50

Tints of Fruit Salad #50BE50

Color information

#50BE50 (or 0x50BE50) is unknown color: approx Fruit Salad. HEX triplet: 50, BE and 50. RGB value is (80,190,80). Sum of RGB (Red+Green+Blue) = 80+190+80=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE50 is #AF41AF. Grayscale: #909090. Windows color (decimal): -11485616 or 5291600. OLE color: 5291600.

HSL color Cylindrical-coordinate representation of color #50BE50: hue angle of 120º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE50 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB8019080-
CMYK0.5800.580.25
HSL120º45.83%52.94%-
HSV(B)120º57.89%74.51%-
XYZ23.1739.1113.92-
YUV144.5791.5681.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 190 (74.61% from 255) = 54.29%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=22.86%
G=54.29%
B=22.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80190800.5800.580.2512045.8352.94
Hex50BE503A03A19782e35
Octal12027612072072311705665
Binary10100001011111010100001110100111010110011111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,190,80); }

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

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

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

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

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

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

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