#50B947

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

Shades of Fruit Salad #50B947

Tints of Fruit Salad #50B947

Color information

#50B947 (or 0x50B947) is unknown color: approx Fruit Salad. HEX triplet: 50, B9 and 47. RGB value is (80,185,71). Sum of RGB (Red+Green+Blue) = 80+185+71=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #50B947 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B947 is #AF46B8. Grayscale: #8C8C8C. Windows color (decimal): -11486905 or 4700496. OLE color: 4700496.

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

Color convert

RGB8018571-
CMYK0.5700.620.27
HSL115.26º44.88%50.2%-
HSV(B)115.26º61.62%72.55%-
XYZ21.7936.8611.93-
YUV140.6188.7184.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 185 (72.66% from 255) = 55.06%
BLUE value IS 71 (28.12% from 255) = 21.13%
R=23.81%
G=55.06%
B=21.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80185710.5700.620.27115.2644.8850.2
Hex50B9473903E1B732d32
Octal12027110771076331635562
Binary10100001011100110001111110010111110110111110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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