Html Css Color HEX #50A444 Fruit Salad

📋 copy color: '#50A444'

red 80 ◦ green 164 ◦ blue 68

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

Shades of Fruit Salad #50A444

Tints of Fruit Salad #50A444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 25.64%
G = 52.56%
B = 21.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#50A444 (or 0x50A444) is known color: Fruit Salad. HEX triplet: 50, A4 and 44. RGB value is (80,164,68). Sum of RGB (Red+Green+Blue) = 80+164+68=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #50A444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A444 is #AF5BBB. Grayscale: #808080. Windows color (decimal): -11492284 or 4498512. OLE color: 4498512.

HSL color Cylindrical-coordinate representation of color #50A444: hue angle of 112.5º degrees, saturation: 0.41, 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 #50A444 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 164 68 -
CMYK 0.51 0 0.59 0.36
HSL 112.5º 0.41% 0.45% -
HSV(B) 112.5º 0.59% 0.64% -
XYZ 17.63 28.67 10.07 -
YUV 127.94 94.17 93.81 -
System Red Green Blue C M Y K H S L
Decimal 80 164 68 0.51 0 0.59 0.36 112.5 0.41 0.45
Hex 50 A4 44 33 0 3B 24 70 29 2D
Octal 120 244 104 63 0 73 44 160 51 55
Binary 1010000 10100100 1000100 110011 0 111011 100100 1110000 101001 101101

Color Harmonies of #50A444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A444

Black with #50A444

Text Example


Text Example

White with #50A444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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