#50B94B

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

Shades of Fruit Salad #50B94B

Tints of Fruit Salad #50B94B

Color information

#50B94B (or 0x50B94B) is unknown color: approx Fruit Salad. HEX triplet: 50, B9 and 4B. RGB value is (80,185,75). Sum of RGB (Red+Green+Blue) = 80+185+75=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #50B94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B94B is #AF46B4. Grayscale: #8D8D8D. Windows color (decimal): -11486901 or 4962640. OLE color: 4962640.

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

Color convert

RGB8018575-
CMYK0.5700.590.27
HSL117.27º44%50.98%-
HSV(B)117.27º59.46%72.55%-
XYZ21.9336.9112.63-
YUV141.0690.7184.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 185 (72.66% from 255) = 54.41%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=23.53%
G=54.41%
B=22.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80185750.5700.590.27117.274450.98
Hex50B94B3903B1B752c33
Octal12027111371073331655463
Binary10100001011100110010111110010111011110111110101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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