#50984B

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

Shades of Fruit Salad #50984B

Tints of Fruit Salad #50984B

Color information

#50984B (or 0x50984B) is unknown color: approx Fruit Salad. HEX triplet: 50, 98 and 4B. RGB value is (80,152,75). Sum of RGB (Red+Green+Blue) = 80+152+75=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #50984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50984B is #AF67B4. Grayscale: #797979. Windows color (decimal): -11495349 or 4954192. OLE color: 4954192.

HSL color Cylindrical-coordinate representation of color #50984B: hue angle of 116.1º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50984B is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB8015275-
CMYK0.4700.510.40
HSL116.1º33.92%44.51%-
HSV(B)116.1º50.66%59.61%-
XYZ15.8124.6710.59-
YUV121.69101.6598.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=26.06%
G=49.51%
B=24.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152750.4700.510.40116.133.9244.51
Hex50984B2F0332874222d
Octal12023011357063501644255
Binary101000010011000100101110111101100111010001110100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50984B; }

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

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

<style>
 a { background-color: #50984B; }

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

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

<style>
 span { border-color: #50984B; }

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

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