Html Css Color HEX #50A344 Fruit Salad

📋 copy color: '#50A344'

red 80 ◦ green 163 ◦ blue 68

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

Shades of Fruit Salad #50A344

Tints of Fruit Salad #50A344

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.41%

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

R = 25.72%
G = 52.41%
B = 21.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#50A344 (or 0x50A344) is known color: Fruit Salad. HEX triplet: 50, A3 and 44. RGB value is (80,163,68). Sum of RGB (Red+Green+Blue) = 80+163+68=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #50A344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A344 is #AF5CBB. Grayscale: #7F7F7F. Windows color (decimal): -11492540 or 4498256. OLE color: 4498256.

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

Color convert

RGB 80 163 68 -
CMYK 0.51 0 0.58 0.36
HSL 112.42º 0.41% 0.45% -
HSV(B) 112.42º 0.58% 0.64% -
XYZ 17.45 28.32 10.01 -
YUV 127.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 80 163 68 0.51 0 0.58 0.36 112.42 0.41 0.45
Hex 50 A3 44 33 0 3A 24 70 29 2D
Octal 120 243 104 63 0 72 44 160 51 55
Binary 1010000 10100011 1000100 110011 0 111010 100100 1110000 101001 101101

Color Harmonies of #50A344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A344

Black with #50A344

Text Example


Text Example

White with #50A344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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