Html Css Color HEX #50A44B Fruit Salad

📋 copy color: '#50A44B'

red 80 ◦ green 164 ◦ blue 75

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

Shades of Fruit Salad #50A44B

Tints of Fruit Salad #50A44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 25.08%
G = 51.41%
B = 23.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#50A44B (or 0x50A44B) is known color: Fruit Salad. HEX triplet: 50, A4 and 4B. RGB value is (80,164,75). Sum of RGB (Red+Green+Blue) = 80+164+75=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #50A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A44B is #AF5BB4. Grayscale: #818181. Windows color (decimal): -11492277 or 4957264. OLE color: 4957264.

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

Color convert

RGB 80 164 75 -
CMYK 0.51 0 0.54 0.36
HSL 116.63º 0.37% 0.47% -
HSV(B) 116.63º 0.54% 0.64% -
XYZ 17.85 28.76 11.27 -
YUV 128.74 97.67 93.24 -
System Red Green Blue C M Y K H S L
Decimal 80 164 75 0.51 0 0.54 0.36 116.63 0.37 0.47
Hex 50 A4 4B 33 0 36 24 75 25 2F
Octal 120 244 113 63 0 66 44 165 45 57
Binary 1010000 10100100 1001011 110011 0 110110 100100 1110101 100101 101111

Color Harmonies of #50A44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A44B

Black with #50A44B

Text Example


Text Example

White with #50A44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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