#50AB41

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

Shades of Fruit Salad #50AB41

Tints of Fruit Salad #50AB41

Color information

#50AB41 (or 0x50AB41) is unknown color: approx Fruit Salad. HEX triplet: 50, AB and 41. RGB value is (80,171,65). Sum of RGB (Red+Green+Blue) = 80+171+65=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AB41 is #AF54BE. Grayscale: #848484. Windows color (decimal): -11490495 or 4303696. OLE color: 4303696.

HSL color Cylindrical-coordinate representation of color #50AB41: hue angle of 111.51º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50AB41 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB8017165-
CMYK0.5300.620.33
HSL111.51º44.92%46.27%-
HSV(B)111.51º61.99%67.06%-
XYZ18.8331.2110.03-
YUV131.7190.3591.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 171 (67.19% from 255) = 54.11%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=25.32%
G=54.11%
B=20.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80171650.5300.620.33111.5144.9246.27
Hex50AB413503E21702d2e
Octal12025310165076411605556
Binary101000010101011100000111010101111101000011110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,65); }

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

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

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

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

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

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

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