#50A24D

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

Shades of Fruit Salad #50A24D

Tints of Fruit Salad #50A24D

Color information

#50A24D (or 0x50A24D) is unknown color: approx Fruit Salad. HEX triplet: 50, A2 and 4D. RGB value is (80,162,77). Sum of RGB (Red+Green+Blue) = 80+162+77=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #50A24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A24D is #AF5DB2. Grayscale: #808080. Windows color (decimal): -11492787 or 5087824. OLE color: 5087824.

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

Color convert

RGB8016277-
CMYK0.5100.520.36
HSL117.88º35.56%46.86%-
HSV(B)117.88º52.47%63.53%-
XYZ17.5728.0811.52-
YUV127.7999.3393.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 162 (63.67% from 255) = 50.78%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=25.08%
G=50.78%
B=24.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80162770.5100.520.36117.8835.5646.86
Hex50A24D330342476242f
Octal12024211563064441664457
Binary101000010100010100110111001101101001001001110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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