#50B956

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

Shades of Fruit Salad #50B956

Tints of Fruit Salad #50B956

Color information

#50B956 (or 0x50B956) is unknown color: approx Fruit Salad. HEX triplet: 50, B9 and 56. RGB value is (80,185,86). Sum of RGB (Red+Green+Blue) = 80+185+86=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #50B956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B956 is #AF46A9. Grayscale: #8E8E8E. Windows color (decimal): -11486890 or 5683536. OLE color: 5683536.

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

Color convert

RGB8018586-
CMYK0.5700.540.27
HSL123.43º42.86%51.96%-
HSV(B)123.43º56.76%72.55%-
XYZ22.3437.0814.78-
YUV142.3296.2183.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 185 (72.66% from 255) = 52.71%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=22.79%
G=52.71%
B=24.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80185860.5700.540.27123.4342.8651.96
Hex50B956390361B7b2b34
Octal12027112671066331735364
Binary10100001011100110101101110010110110110111111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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