#50A244

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

Shades of Fruit Salad #50A244

Tints of Fruit Salad #50A244

Color information

#50A244 (or 0x50A244) is unknown color: approx Fruit Salad. HEX triplet: 50, A2 and 44. RGB value is (80,162,68). Sum of RGB (Red+Green+Blue) = 80+162+68=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #50A244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A244 is #AF5DBB. Grayscale: #7F7F7F. Windows color (decimal): -11492796 or 4498000. OLE color: 4498000.

HSL color Cylindrical-coordinate representation of color #50A244: hue angle of 112.34º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A244 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB8016268-
CMYK0.5100.580.36
HSL112.34º40.87%45.1%-
HSV(B)112.34º58.02%63.53%-
XYZ17.2727.969.96-
YUV126.7794.8394.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 68 (26.95% from 255) = 21.94%
R=25.81%
G=52.26%
B=21.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80162680.5100.580.36112.3440.8745.1
Hex50A2443303A2470292d
Octal12024210463072441605155
Binary101000010100010100010011001101110101001001110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,162,68); }

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

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

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

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

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

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

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