#50BC57

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

Shades of Fruit Salad #50BC57

Tints of Fruit Salad #50BC57

Color information

#50BC57 (or 0x50BC57) is unknown color: approx Fruit Salad. HEX triplet: 50, BC and 57. RGB value is (80,188,87). Sum of RGB (Red+Green+Blue) = 80+188+87=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC57 is #AF43A8. Grayscale: #909090. Windows color (decimal): -11486121 or 5749840. OLE color: 5749840.

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

Color convert

RGB8018887-
CMYK0.5700.540.26
HSL123.89º44.63%52.55%-
HSV(B)123.89º57.45%73.73%-
XYZ23.0138.3615.21-
YUV144.1995.7282.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 188 (73.83% from 255) = 52.96%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=22.54%
G=52.96%
B=24.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80188870.5700.540.26123.8944.6352.55
Hex50BC57390361A7c2d35
Octal12027412771066321745565
Binary10100001011110010101111110010110110110101111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,188,87); }

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

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

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

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

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

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

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