#50b050

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

Shades of Fruit Salad #50B050

Tints of Fruit Salad #50B050

Color information

#50B050 (or 0x50B050) is unknown color: approx Fruit Salad. HEX triplet: 50, B0 and 50. RGB value is (80,176,80). Sum of RGB (Red+Green+Blue) = 80+176+80=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #50B050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B050 is #AF4FAF. Grayscale: #888888. Windows color (decimal): -11489200 or 5288016. OLE color: 5288016.

HSL color Cylindrical-coordinate representation of color #50B050: hue angle of 120º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B050 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB8017680-
CMYK0.5500.550.31
HSL120º37.8%50.2%-
HSV(B)120º54.55%69.02%-
XYZ20.2833.3412.95-
YUV136.3596.287.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 176 (69.14% from 255) = 52.38%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=23.81%
G=52.38%
B=23.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80176800.5500.550.3112037.850.2
Hex50B050370371F782632
Octal12026012067067371704662
Binary10100001011000010100001101110110111111111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,176,80); }

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

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

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

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

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

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

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