#50A242

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

Shades of Fruit Salad #50A242

Tints of Fruit Salad #50A242

Color information

#50A242 (or 0x50A242) is unknown color: approx Fruit Salad. HEX triplet: 50, A2 and 42. RGB value is (80,162,66). Sum of RGB (Red+Green+Blue) = 80+162+66=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #50A242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A242 is #AF5DBD. Grayscale: #7E7E7E. Windows color (decimal): -11492798 or 4366928. OLE color: 4366928.

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

Color convert

RGB8016266-
CMYK0.5100.590.36
HSL111.25º42.11%44.71%-
HSV(B)111.25º59.26%63.53%-
XYZ17.2127.949.64-
YUV126.5493.8394.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=25.97%
G=52.60%
B=21.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80162660.5100.590.36111.2542.1144.71
Hex50A2423303B246f2a2d
Octal12024210263073441575255
Binary101000010100010100001011001101110111001001101111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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