#50bd56

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

Shades of Fruit Salad #50BD56

Tints of Fruit Salad #50BD56

Color information

#50BD56 (or 0x50BD56) is unknown color: approx Fruit Salad. HEX triplet: 50, BD and 56. RGB value is (80,189,86). Sum of RGB (Red+Green+Blue) = 80+189+86=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BD56 is #AF42A9. Grayscale: #909090. Windows color (decimal): -11485866 or 5684560. OLE color: 5684560.

HSL color Cylindrical-coordinate representation of color #50BD56: hue angle of 123.3º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD56 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB8018986-
CMYK0.5800.540.26
HSL123.3º45.23%52.75%-
HSV(B)123.3º57.67%74.12%-
XYZ23.1938.7715.07-
YUV144.6794.8981.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 189 (74.22% from 255) = 53.24%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=22.54%
G=53.24%
B=24.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80189860.5800.540.26123.345.2352.75
Hex50BD563A0361A7b2d35
Octal12027512672066321735565
Binary10100001011110110101101110100110110110101111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50bd56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,189,86); }

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

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

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

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

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

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

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