#50B054

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

Shades of Fruit Salad #50B054

Tints of Fruit Salad #50B054

Color information

#50B054 (or 0x50B054) is unknown color: approx Fruit Salad. HEX triplet: 50, B0 and 54. RGB value is (80,176,84). Sum of RGB (Red+Green+Blue) = 80+176+84=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #50B054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B054 is #AF4FAB. Grayscale: #898989. Windows color (decimal): -11489196 or 5550160. OLE color: 5550160.

HSL color Cylindrical-coordinate representation of color #50B054: hue angle of 122.5º 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 #50B054 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB8017684-
CMYK0.5500.520.31
HSL122.5º37.8%50.2%-
HSV(B)122.5º54.55%69.02%-
XYZ20.4333.413.76-
YUV136.8198.287.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 176 (69.14% from 255) = 51.76%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=23.53%
G=51.76%
B=24.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80176840.5500.520.31122.537.850.2
Hex50B054370341F7a2632
Octal12026012467064371724662
Binary10100001011000010101001101110110100111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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