Html Css Color HEX #50A43F Fruit Salad

📋 copy color: '#50A43F'

red 80 ◦ green 164 ◦ blue 63

#50A43F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #50A43F

Tints of Fruit Salad #50A43F

RGB

 RED value IS 80 (31.64% from 255) = 26.06%

 GREEN value IS 164 (64.45% from 255) = 53.42%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 26.06%
G = 53.42%
B = 20.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#50A43F (or 0x50A43F) is known color: Fruit Salad. HEX triplet: 50, A4 and 3F. RGB value is (80,164,63). Sum of RGB (Red+Green+Blue) = 80+164+63=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #50A43F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A43F is #AF5BC0. Grayscale: #7F7F7F. Windows color (decimal): -11492289 or 4170832. OLE color: 4170832.

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

Color convert

RGB 80 164 63 -
CMYK 0.51 0 0.62 0.36
HSL 109.9º 0.44% 0.45% -
HSV(B) 109.9º 0.62% 0.64% -
XYZ 17.48 28.62 9.3 -
YUV 127.37 91.67 94.21 -
System Red Green Blue C M Y K H S L
Decimal 80 164 63 0.51 0 0.62 0.36 109.9 0.44 0.45
Hex 50 A4 3F 33 0 3E 24 6E 2C 2D
Octal 120 244 77 63 0 76 44 156 54 55
Binary 1010000 10100100 111111 110011 0 111110 100100 1101110 101100 101101

Color Harmonies of #50A43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A43F

Black with #50A43F

Text Example


Text Example

White with #50A43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,63); }

 H1.HeaderClassName
 {
   color: #50A43F;
 }
 .AnyTagClassName
 {
   color: #50A43F;
 }
</style>

background-color css

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

 a { background-color: rgb(80,164,63); }

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

border-color css

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

 span { border-color: rgb(80,164,63); }

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